Html Css Color HEX #BD0C28 Fire Engine Red

📋 copy color: '#BD0C28'

red 189 ◦ green 12 ◦ blue 40

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

Shades of Fire Engine Red #BD0C28

Tints of Fire Engine Red #BD0C28

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.98%

 BLUE value IS 40 (16.02% from 255) = 16.6%

R = 78.42%
G = 4.98%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD0C28 (or 0xBD0C28) is known color: Fire Engine Red. HEX triplet: BD, 0C and 28. RGB value is (189,12,40). Sum of RGB (Red+Green+Blue) = 189+12+40=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C28 is #42F3D7. Grayscale: #444444. Windows color (decimal): -4387800 or 2624701. OLE color: 2624701.

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

Color convert

RGB 189 12 40 -
CMYK 0 0.94 0.79 0.26
HSL 350.51º 0.88% 0.39% -
HSV(B) 350.51º 0.94% 0.74% -
XYZ 21.5 11.23 3.04 -
YUV 68.12 112.14 214.22 -
System Red Green Blue C M Y K H S L
Decimal 189 12 40 0 0.94 0.79 0.26 350.51 0.88 0.39
Hex BD C 28 0 5E 4F 1A 15F 58 27
Octal 275 14 50 0 136 117 32 537 130 47
Binary 10111101 1100 101000 0 1011110 1001111 11010 101011111 1011000 100111

Color Harmonies of #BD0C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C28

Black with #BD0C28

Text Example


Text Example

White with #BD0C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C28; }

 p { color: rgb(189,12,40); }

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

background-color css

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

 a { background-color: rgb(189,12,40); }

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

border-color css

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

 span { border-color: rgb(189,12,40); }

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