Html Css Color HEX #B83024 Fire Brick

📋 copy color: '#B83024'

red 184 ◦ green 48 ◦ blue 36

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

Shades of Fire Brick #B83024

Tints of Fire Brick #B83024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

 BLUE value IS 36 (14.45% from 255) = 13.43%

R = 68.66%
G = 17.91%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B83024 (or 0xB83024) is known color: Fire Brick. HEX triplet: B8, 30 and 24. RGB value is (184,48,36). Sum of RGB (Red+Green+Blue) = 184+48+36=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B83024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83024 is #47CFDB. Grayscale: #575757. Windows color (decimal): -4706268 or 2371768. OLE color: 2371768.

HSL color Cylindrical-coordinate representation of color #B83024: hue angle of 4.86º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B83024 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 48 36 -
CMYK 0 0.74 0.80 0.28
HSL 4.86º 0.67% 0.43% -
HSV(B) 4.86º 0.8% 0.72% -
XYZ 21.14 12.43 2.95 -
YUV 87.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 184 48 36 0 0.74 0.80 0.28 4.86 0.67 0.43
Hex B8 30 24 0 4A 50 1C 5 43 2B
Octal 270 60 44 0 112 120 34 5 103 53
Binary 10111000 110000 100100 0 1001010 1010000 11100 101 1000011 101011

Color Harmonies of #B83024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83024

Black with #B83024

Text Example


Text Example

White with #B83024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83024; }

 p { color: rgb(184,48,36); }

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

background-color css

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

 a { background-color: rgb(184,48,36); }

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

border-color css

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

 span { border-color: rgb(184,48,36); }

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