Html Css Color HEX #BD0E49 Cardinal

📋 copy color: '#BD0E49'

red 189 ◦ green 14 ◦ blue 73

#BD0E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BD0E49

Tints of Cardinal #BD0E49

RGB

 RED value IS 189 (74.22% from 255) = 68.48%

 GREEN value IS 14 (5.86% from 255) = 5.07%

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 68.48%
G = 5.07%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD0E49 (or 0xBD0E49) is known color: Cardinal. HEX triplet: BD, 0E and 49. RGB value is (189,14,73). Sum of RGB (Red+Green+Blue) = 189+14+73=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0E49 is #42F1B6. Grayscale: #484848. Windows color (decimal): -4387255 or 4787901. OLE color: 4787901.

HSL color Cylindrical-coordinate representation of color #BD0E49: hue angle of 339.77º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0E49 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 14 73 -
CMYK 0 0.93 0.61 0.26
HSL 339.77º 0.86% 0.4% -
HSV(B) 339.77º 0.93% 0.74% -
XYZ 22.35 11.61 7.37 -
YUV 73.05 127.98 210.7 -
System Red Green Blue C M Y K H S L
Decimal 189 14 73 0 0.93 0.61 0.26 339.77 0.86 0.4
Hex BD E 49 0 5D 3D 1A 154 56 28
Octal 275 16 111 0 135 75 32 524 126 50
Binary 10111101 1110 1001001 0 1011101 111101 11010 101010100 1010110 101000

Color Harmonies of #BD0E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0E49

Black with #BD0E49

Text Example


Text Example

White with #BD0E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0E49; }

 p { color: rgb(189,14,73); }

 H1.HeaderClassName
 {
   color: #BD0E49;
 }
 .AnyTagClassName
 {
   color: #BD0E49;
 }
</style>

background-color css

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

 a { background-color: rgb(189,14,73); }

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

border-color css

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

 span { border-color: rgb(189,14,73); }

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