Html Css Color HEX #B82C18 Fire Brick

📋 copy color: '#B82C18'

red 184 ◦ green 44 ◦ blue 24

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

Shades of Fire Brick #B82C18

Tints of Fire Brick #B82C18

RGB

 RED value IS 184 (72.27% from 255) = 73.02%

 GREEN value IS 44 (17.58% from 255) = 17.46%

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 73.02%
G = 17.46%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B82C18 (or 0xB82C18) is known color: Fire Brick. HEX triplet: B8, 2C and 18. RGB value is (184,44,24). Sum of RGB (Red+Green+Blue) = 184+44+24=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82C18 is #47D3E7. Grayscale: #535353. Windows color (decimal): -4707304 or 1584312. OLE color: 1584312.

HSL color Cylindrical-coordinate representation of color #B82C18: hue angle of 7.5º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B82C18 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 44 24 -
CMYK 0 0.76 0.87 0.28
HSL 7.5º 0.77% 0.41% -
HSV(B) 7.5º 0.87% 0.72% -
XYZ 20.83 12.06 2.09 -
YUV 83.58 94.38 199.63 -
System Red Green Blue C M Y K H S L
Decimal 184 44 24 0 0.76 0.87 0.28 7.5 0.77 0.41
Hex B8 2C 18 0 4C 57 1C 8 4D 29
Octal 270 54 30 0 114 127 34 10 115 51
Binary 10111000 101100 11000 0 1001100 1010111 11100 1000 1001101 101001

Color Harmonies of #B82C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82C18

Black with #B82C18

Text Example


Text Example

White with #B82C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82C18; }

 p { color: rgb(184,44,24); }

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

background-color css

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

 a { background-color: rgb(184,44,24); }

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

border-color css

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

 span { border-color: rgb(184,44,24); }

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