Html Css Color HEX #BD161A Fire Engine Red

📋 copy color: '#BD161A'

red 189 ◦ green 22 ◦ blue 26

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

Shades of Fire Engine Red #BD161A

Tints of Fire Engine Red #BD161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.28%

 BLUE value IS 26 (10.55% from 255) = 10.97%

R = 79.75%
G = 9.28%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD161A (or 0xBD161A) is known color: Fire Engine Red. HEX triplet: BD, 16 and 1A. RGB value is (189,22,26). Sum of RGB (Red+Green+Blue) = 189+22+26=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD161A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD161A is #42E9E5. Grayscale: #484848. Windows color (decimal): -4385254 or 1709757. OLE color: 1709757.

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

Color convert

RGB 189 22 26 -
CMYK 0 0.88 0.86 0.26
HSL 358.56º 0.79% 0.41% -
HSV(B) 358.56º 0.88% 0.74% -
XYZ 21.46 11.47 2.06 -
YUV 72.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 189 22 26 0 0.88 0.86 0.26 358.56 0.79 0.41
Hex BD 16 1A 0 58 56 1A 167 4F 29
Octal 275 26 32 0 130 126 32 547 117 51
Binary 10111101 10110 11010 0 1011000 1010110 11010 101100111 1001111 101001

Color Harmonies of #BD161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD161A

Black with #BD161A

Text Example


Text Example

White with #BD161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD161A; }

 p { color: rgb(189,22,26); }

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

background-color css

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

 a { background-color: rgb(189,22,26); }

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

border-color css

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

 span { border-color: rgb(189,22,26); }

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