Html Css Color HEX #B83222 Fire Brick

📋 copy color: '#B83222'

red 184 ◦ green 50 ◦ blue 34

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

Shades of Fire Brick #B83222

Tints of Fire Brick #B83222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 68.66%
G = 18.66%
B = 12.69%

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

#B83222 (or 0xB83222) is known color: Fire Brick. HEX triplet: B8, 32 and 22. RGB value is (184,50,34). Sum of RGB (Red+Green+Blue) = 184+50+34=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B83222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83222 is #47CDDD. Grayscale: #585858. Windows color (decimal): -4705758 or 2241208. OLE color: 2241208.

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

Color convert

RGB 184 50 34 -
CMYK 0 0.73 0.82 0.28
HSL 6.4º 0.69% 0.43% -
HSV(B) 6.4º 0.82% 0.72% -
XYZ 21.2 12.59 2.83 -
YUV 88.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 184 50 34 0 0.73 0.82 0.28 6.4 0.69 0.43
Hex B8 32 22 0 49 52 1C 6 45 2B
Octal 270 62 42 0 111 122 34 6 105 53
Binary 10111000 110010 100010 0 1001001 1010010 11100 110 1000101 101011

Color Harmonies of #B83222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83222

Black with #B83222

Text Example


Text Example

White with #B83222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83222; }

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

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

background-color css

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

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

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

border-color css

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

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

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