Html Css Color HEX #B82928 Fire Brick

📋 copy color: '#B82928'

red 184 ◦ green 41 ◦ blue 40

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

Shades of Fire Brick #B82928

Tints of Fire Brick #B82928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.47%

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 69.43%
G = 15.47%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B82928 (or 0xB82928) is known color: Fire Brick. HEX triplet: B8, 29 and 28. RGB value is (184,41,40). Sum of RGB (Red+Green+Blue) = 184+41+40=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B82928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82928 is #47D6D7. Grayscale: #535353. Windows color (decimal): -4708056 or 2632120. OLE color: 2632120.

HSL color Cylindrical-coordinate representation of color #B82928: hue angle of 0.42º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82928 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 41 40 -
CMYK 0 0.78 0.78 0.28
HSL 0.42º 0.64% 0.44% -
HSV(B) 0.42º 0.78% 0.72% -
XYZ 20.94 11.93 3.21 -
YUV 83.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 184 41 40 0 0.78 0.78 0.28 0.42 0.64 0.44
Hex B8 29 28 0 4E 4E 1C 0 40 2C
Octal 270 51 50 0 116 116 34 0 100 54
Binary 10111000 101001 101000 0 1001110 1001110 11100 0 1000000 101100

Color Harmonies of #B82928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82928

Black with #B82928

Text Example


Text Example

White with #B82928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82928; }

 p { color: rgb(184,41,40); }

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

background-color css

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

 a { background-color: rgb(184,41,40); }

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

border-color css

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

 span { border-color: rgb(184,41,40); }

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