Html Css Color HEX #BD1A1F Fire Engine Red

📋 copy color: '#BD1A1F'

red 189 ◦ green 26 ◦ blue 31

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

Shades of Fire Engine Red #BD1A1F

Tints of Fire Engine Red #BD1A1F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.57%

 BLUE value IS 31 (12.5% from 255) = 12.6%

R = 76.83%
G = 10.57%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD1A1F (or 0xBD1A1F) is known color: Fire Engine Red. HEX triplet: BD, 1A and 1F. RGB value is (189,26,31). Sum of RGB (Red+Green+Blue) = 189+26+31=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1A1F is #42E5E0. Grayscale: #4B4B4B. Windows color (decimal): -4384225 or 2038461. OLE color: 2038461.

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

Color convert

RGB 189 26 31 -
CMYK 0 0.86 0.84 0.26
HSL 358.16º 0.76% 0.42% -
HSV(B) 358.16º 0.86% 0.74% -
XYZ 21.6 11.66 2.41 -
YUV 75.31 103 209.09 -
System Red Green Blue C M Y K H S L
Decimal 189 26 31 0 0.86 0.84 0.26 358.16 0.76 0.42
Hex BD 1A 1F 0 56 54 1A 166 4C 2A
Octal 275 32 37 0 126 124 32 546 114 52
Binary 10111101 11010 11111 0 1010110 1010100 11010 101100110 1001100 101010

Color Harmonies of #BD1A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A1F

Black with #BD1A1F

Text Example


Text Example

White with #BD1A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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