Html Css Color HEX #B83122 Fire Brick

📋 copy color: '#B83122'

red 184 ◦ green 49 ◦ blue 34

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

Shades of Fire Brick #B83122

Tints of Fire Brick #B83122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.35%

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

R = 68.91%
G = 18.35%
B = 12.73%

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

#B83122 (or 0xB83122) is known color: Fire Brick. HEX triplet: B8, 31 and 22. RGB value is (184,49,34). Sum of RGB (Red+Green+Blue) = 184+49+34=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B83122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83122 is #47CEDD. Grayscale: #575757. Windows color (decimal): -4706014 or 2240952. OLE color: 2240952.

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

Color convert

RGB 184 49 34 -
CMYK 0 0.73 0.82 0.28
HSL 0.69% 0.43% -
HSV(B) 0.82% 0.72% -
XYZ 21.15 12.5 2.81 -
YUV 87.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 184 49 34 0 0.73 0.82 0.28 6 0.69 0.43
Hex B8 31 22 0 49 52 1C 6 45 2B
Octal 270 61 42 0 111 122 34 6 105 53
Binary 10111000 110001 100010 0 1001001 1010010 11100 110 1000101 101011

Color Harmonies of #B83122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83122

Black with #B83122

Text Example


Text Example

White with #B83122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83122; }

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

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

background-color css

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

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

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

border-color css

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

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

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