Html Css Color HEX #B83221 Fire Brick

📋 copy color: '#B83221'

red 184 ◦ green 50 ◦ blue 33

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

Shades of Fire Brick #B83221

Tints of Fire Brick #B83221

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.73%

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

R = 68.91%
G = 18.73%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B83221 (or 0xB83221) is known color: Fire Brick. HEX triplet: B8, 32 and 21. RGB value is (184,50,33). Sum of RGB (Red+Green+Blue) = 184+50+33=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B83221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83221 is #47CDDE. Grayscale: #585858. Windows color (decimal): -4705759 or 2175672. OLE color: 2175672.

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

Color convert

RGB 184 50 33 -
CMYK 0 0.73 0.82 0.28
HSL 6.75º 0.7% 0.43% -
HSV(B) 6.75º 0.82% 0.72% -
XYZ 21.18 12.58 2.75 -
YUV 88.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 184 50 33 0 0.73 0.82 0.28 6.75 0.7 0.43
Hex B8 32 21 0 49 52 1C 7 46 2B
Octal 270 62 41 0 111 122 34 7 106 53
Binary 10111000 110010 100001 0 1001001 1010010 11100 111 1000110 101011

Color Harmonies of #B83221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83221

Black with #B83221

Text Example


Text Example

White with #B83221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83221; }

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

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

background-color css

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

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

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

border-color css

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

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

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