Html Css Color HEX #B82828 Fire Brick

📋 copy color: '#B82828'

red 184 ◦ green 40 ◦ blue 40

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

Shades of Fire Brick #B82828

Tints of Fire Brick #B82828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

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

R = 69.7%
G = 15.15%
B = 15.15%

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

#B82828 (or 0xB82828) is known color: Fire Brick. HEX triplet: B8, 28 and 28. RGB value is (184,40,40). Sum of RGB (Red+Green+Blue) = 184+40+40=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B82828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82828 is #47D7D7. Grayscale: #535353. Windows color (decimal): -4708312 or 2631864. OLE color: 2631864.

HSL color Cylindrical-coordinate representation of color #B82828: hue angle of 0º 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 #B82828 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 40 40 -
CMYK 0 0.78 0.78 0.28
HSL 0.64% 0.44% -
HSV(B) 0.78% 0.72% -
XYZ 20.91 11.86 3.19 -
YUV 83.06 103.71 200 -
System Red Green Blue C M Y K H S L
Decimal 184 40 40 0 0.78 0.78 0.28 0 0.64 0.44
Hex B8 28 28 0 4E 4E 1C 0 40 2C
Octal 270 50 50 0 116 116 34 0 100 54
Binary 10111000 101000 101000 0 1001110 1001110 11100 0 1000000 101100

Color Harmonies of #B82828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82828

Black with #B82828

Text Example


Text Example

White with #B82828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82828; }

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

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

background-color css

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

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

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

border-color css

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

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

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