Html Css Color HEX #BD0C27 Fire Engine Red

📋 copy color: '#BD0C27'

red 189 ◦ green 12 ◦ blue 39

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

Shades of Fire Engine Red #BD0C27

Tints of Fire Engine Red #BD0C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.25%

R = 78.75%
G = 5%
B = 16.25%

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

#BD0C27 (or 0xBD0C27) is known color: Fire Engine Red. HEX triplet: BD, 0C and 27. RGB value is (189,12,39). Sum of RGB (Red+Green+Blue) = 189+12+39=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C27 is #42F3D8. Grayscale: #444444. Windows color (decimal): -4387801 or 2559165. OLE color: 2559165.

HSL color Cylindrical-coordinate representation of color #BD0C27: hue angle of 350.85º 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 #BD0C27 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 12 39 -
CMYK 0 0.94 0.79 0.26
HSL 350.85º 0.88% 0.39% -
HSV(B) 350.85º 0.94% 0.74% -
XYZ 21.48 11.23 2.95 -
YUV 68 111.64 214.3 -
System Red Green Blue C M Y K H S L
Decimal 189 12 39 0 0.94 0.79 0.26 350.85 0.88 0.39
Hex BD C 27 0 5E 4F 1A 15F 58 27
Octal 275 14 47 0 136 117 32 537 130 47
Binary 10111101 1100 100111 0 1011110 1001111 11010 101011111 1011000 100111

Color Harmonies of #BD0C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C27

Black with #BD0C27

Text Example


Text Example

White with #BD0C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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