Html Css Color HEX #BD0F2A Fire Engine Red

📋 copy color: '#BD0F2A'

red 189 ◦ green 15 ◦ blue 42

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

Shades of Fire Engine Red #BD0F2A

Tints of Fire Engine Red #BD0F2A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 76.83%
G = 6.1%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD0F2A (or 0xBD0F2A) is known color: Fire Engine Red. HEX triplet: BD, 0F and 2A. RGB value is (189,15,42). Sum of RGB (Red+Green+Blue) = 189+15+42=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0F2A is #42F0D5. Grayscale: #464646. Windows color (decimal): -4387030 or 2756541. OLE color: 2756541.

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

Color convert

RGB 189 15 42 -
CMYK 0 0.92 0.78 0.26
HSL 350.69º 0.85% 0.4% -
HSV(B) 350.69º 0.92% 0.74% -
XYZ 21.58 11.33 3.24 -
YUV 70.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 189 15 42 0 0.92 0.78 0.26 350.69 0.85 0.4
Hex BD F 2A 0 5C 4E 1A 15F 55 28
Octal 275 17 52 0 134 116 32 537 125 50
Binary 10111101 1111 101010 0 1011100 1001110 11010 101011111 1010101 101000

Color Harmonies of #BD0F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0F2A

Black with #BD0F2A

Text Example


Text Example

White with #BD0F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0F2A; }

 p { color: rgb(189,15,42); }

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

background-color css

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

 a { background-color: rgb(189,15,42); }

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

border-color css

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

 span { border-color: rgb(189,15,42); }

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