Html Css Color HEX #BD1027 Fire Engine Red

📋 copy color: '#BD1027'

red 189 ◦ green 16 ◦ blue 39

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

Shades of Fire Engine Red #BD1027

Tints of Fire Engine Red #BD1027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.56%

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

R = 77.46%
G = 6.56%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD1027 (or 0xBD1027) is known color: Fire Engine Red. HEX triplet: BD, 10 and 27. RGB value is (189,16,39). Sum of RGB (Red+Green+Blue) = 189+16+39=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1027 is #42EFD8. Grayscale: #464646. Windows color (decimal): -4386777 or 2560189. OLE color: 2560189.

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

Color convert

RGB 189 16 39 -
CMYK 0 0.92 0.79 0.26
HSL 352.02º 0.84% 0.4% -
HSV(B) 352.02º 0.92% 0.74% -
XYZ 21.54 11.34 2.97 -
YUV 70.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 189 16 39 0 0.92 0.79 0.26 352.02 0.84 0.4
Hex BD 10 27 0 5C 4F 1A 160 54 28
Octal 275 20 47 0 134 117 32 540 124 50
Binary 10111101 10000 100111 0 1011100 1001111 11010 101100000 1010100 101000

Color Harmonies of #BD1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1027

Black with #BD1027

Text Example


Text Example

White with #BD1027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1027; }

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

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

background-color css

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

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

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

border-color css

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

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

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