Html Css Color HEX #BD1A14 Fire Brick

📋 copy color: '#BD1A14'

red 189 ◦ green 26 ◦ blue 20

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

Shades of Fire Brick #BD1A14

Tints of Fire Brick #BD1A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.51%

R = 80.43%
G = 11.06%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD1A14 (or 0xBD1A14) is known color: Fire Brick. HEX triplet: BD, 1A and 14. RGB value is (189,26,20). Sum of RGB (Red+Green+Blue) = 189+26+20=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1A14 is #42E5EB. Grayscale: #4A4A4A. Windows color (decimal): -4384236 or 1317565. OLE color: 1317565.

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

Color convert

RGB 189 26 20 -
CMYK 0 0.86 0.89 0.26
HSL 2.13º 0.81% 0.41% -
HSV(B) 2.13º 0.89% 0.74% -
XYZ 21.48 11.61 1.77 -
YUV 74.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 189 26 20 0 0.86 0.89 0.26 2.13 0.81 0.41
Hex BD 1A 14 0 56 59 1A 2 51 29
Octal 275 32 24 0 126 131 32 2 121 51
Binary 10111101 11010 10100 0 1010110 1011001 11010 10 1010001 101001

Color Harmonies of #BD1A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A14

Black with #BD1A14

Text Example


Text Example

White with #BD1A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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