Html Css Color HEX #BD1C14 Fire Brick

📋 copy color: '#BD1C14'

red 189 ◦ green 28 ◦ blue 20

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

Shades of Fire Brick #BD1C14

Tints of Fire Brick #BD1C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.81%

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

R = 79.75%
G = 11.81%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD1C14 (or 0xBD1C14) is known color: Fire Brick. HEX triplet: BD, 1C and 14. RGB value is (189,28,20). Sum of RGB (Red+Green+Blue) = 189+28+20=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1C14 is #42E3EB. Grayscale: #4B4B4B. Windows color (decimal): -4383724 or 1318077. OLE color: 1318077.

HSL color Cylindrical-coordinate representation of color #BD1C14: hue angle of 2.84º 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 #BD1C14 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 28 20 -
CMYK 0 0.85 0.89 0.26
HSL 2.84º 0.81% 0.41% -
HSV(B) 2.84º 0.89% 0.74% -
XYZ 21.53 11.7 1.79 -
YUV 75.23 96.84 209.15 -
System Red Green Blue C M Y K H S L
Decimal 189 28 20 0 0.85 0.89 0.26 2.84 0.81 0.41
Hex BD 1C 14 0 55 59 1A 3 51 29
Octal 275 34 24 0 125 131 32 3 121 51
Binary 10111101 11100 10100 0 1010101 1011001 11010 11 1010001 101001

Color Harmonies of #BD1C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1C14

Black with #BD1C14

Text Example


Text Example

White with #BD1C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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