#BD082D

Color #BD082D Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BD082D

Tints of Cardinal #BD082D

Color information

#BD082D (or 0xBD082D) is unknown color: approx Cardinal. HEX triplet: BD, 08 and 2D. RGB value is (189,8,45). Sum of RGB (Red+Green+Blue) = 189+8+45=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD082D is #42F7D2. Grayscale: #424242. Windows color (decimal): -4388819 or 2951357. OLE color: 2951357.

HSL color Cylindrical-coordinate representation of color #BD082D: hue angle of 347.73º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD082D is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB189845-
CMYK00.960.760.26
HSL347.73º91.88%38.63%-
HSV(B)347.73º95.77%74.12%-
XYZ21.5511.183.51-
YUV66.34115.97215.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 78.10%
GREEN value IS 8 (3.52% from 255) = 3.31%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=78.10%
G=3.31%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18984500.960.760.26347.7391.8838.63
HexBD82D0604C1A15c5c27
Octal275105501401143253413447
Binary101111011000101101011000001001100110101010111001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD082D; }

 p { color: rgb(189,8,45); }

 H1.HeaderClassName
 {
   color: #BD082D;
 }
 .AnyTagClassName
 {
   color: #BD082D;
 }
</style>
background-color css

<style>
 a { background-color: #BD082D; }

 a { background-color: rgb(189,8,45); }

 div.DivClassName
 {
   background-color: #BD082D;
 }
 .BgClassName
 {
   background-color: #BD082D;
 }
</style>
border-color css

<style>
 span { border-color: #BD082D; }

 span { border-color: rgb(189,8,45); }

 td.TdClassName
 {
   border-color: #BD082D;
 }
 .TagClassName
 {
   border-color: #BD082D;
 }
</style>