Html Css Color HEX #B82721 Fire Brick

📋 copy color: '#B82721'

red 184 ◦ green 39 ◦ blue 33

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

Shades of Fire Brick #B82721

Tints of Fire Brick #B82721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.23%

 BLUE value IS 33 (13.28% from 255) = 12.89%

R = 71.88%
G = 15.23%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B82721 (or 0xB82721) is known color: Fire Brick. HEX triplet: B8, 27 and 21. RGB value is (184,39,33). Sum of RGB (Red+Green+Blue) = 184+39+33=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B82721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82721 is #47D8DE. Grayscale: #515151. Windows color (decimal): -4708575 or 2172856. OLE color: 2172856.

HSL color Cylindrical-coordinate representation of color #B82721: hue angle of 2.38º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82721 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 39 33 -
CMYK 0 0.79 0.82 0.28
HSL 2.38º 0.7% 0.43% -
HSV(B) 2.38º 0.82% 0.72% -
XYZ 20.77 11.75 2.61 -
YUV 81.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 184 39 33 0 0.79 0.82 0.28 2.38 0.7 0.43
Hex B8 27 21 0 4F 52 1C 2 46 2B
Octal 270 47 41 0 117 122 34 2 106 53
Binary 10111000 100111 100001 0 1001111 1010010 11100 10 1000110 101011

Color Harmonies of #B82721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82721

Black with #B82721

Text Example


Text Example

White with #B82721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82721; }

 p { color: rgb(184,39,33); }

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

background-color css

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

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

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

border-color css

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

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

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