Html Css Color HEX #BD180D Fire Brick

📋 copy color: '#BD180D'

red 189 ◦ green 24 ◦ blue 13

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

Shades of Fire Brick #BD180D

Tints of Fire Brick #BD180D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.75%

R = 83.63%
G = 10.62%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD180D (or 0xBD180D) is known color: Fire Brick. HEX triplet: BD, 18 and 0D. RGB value is (189,24,13). Sum of RGB (Red+Green+Blue) = 189+24+13=226 (29% of max value = 765). Red value is 189 (74.22% from 255 or 83.63% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 189 - color contains mainly: red. Hex color #BD180D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD180D is #42E7F2. Grayscale: #484848. Windows color (decimal): -4384755 or 858301. OLE color: 858301.

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

Color convert

RGB 189 24 13 -
CMYK 0 0.87 0.93 0.26
HSL 3.75º 0.87% 0.4% -
HSV(B) 3.75º 0.93% 0.74% -
XYZ 21.39 11.5 1.47 -
YUV 72.08 94.66 211.39 -
System Red Green Blue C M Y K H S L
Decimal 189 24 13 0 0.87 0.93 0.26 3.75 0.87 0.4
Hex BD 18 D 0 57 5D 1A 4 57 28
Octal 275 30 15 0 127 135 32 4 127 50
Binary 10111101 11000 1101 0 1010111 1011101 11010 100 1010111 101000

Color Harmonies of #BD180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD180D

Black with #BD180D

Text Example


Text Example

White with #BD180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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