Html Css Color HEX #BD180C Fire Brick

📋 copy color: '#BD180C'

red 189 ◦ green 24 ◦ blue 12

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

Shades of Fire Brick #BD180C

Tints of Fire Brick #BD180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

 BLUE value IS 12 (5.08% from 255) = 5.33%

R = 84%
G = 10.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD180C (or 0xBD180C) is known color: Fire Brick. HEX triplet: BD, 18 and 0C. RGB value is (189,24,12). Sum of RGB (Red+Green+Blue) = 189+24+12=225 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 189 - color contains mainly: red. Hex color #BD180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD180C is #42E7F3. Grayscale: #484848. Windows color (decimal): -4384756 or 792765. OLE color: 792765.

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

Color convert

RGB 189 24 12 -
CMYK 0 0.87 0.94 0.26
HSL 4.07º 0.88% 0.39% -
HSV(B) 4.07º 0.94% 0.74% -
XYZ 21.38 11.5 1.44 -
YUV 71.97 94.16 211.48 -
System Red Green Blue C M Y K H S L
Decimal 189 24 12 0 0.87 0.94 0.26 4.07 0.88 0.39
Hex BD 18 C 0 57 5E 1A 4 58 27
Octal 275 30 14 0 127 136 32 4 130 47
Binary 10111101 11000 1100 0 1010111 1011110 11010 100 1011000 100111

Color Harmonies of #BD180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD180C

Black with #BD180C

Text Example


Text Example

White with #BD180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD180C; }

 p { color: rgb(189,24,12); }

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

background-color css

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

 a { background-color: rgb(189,24,12); }

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

border-color css

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

 span { border-color: rgb(189,24,12); }

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