Html Css Color HEX #B53322 Fire Brick

📋 copy color: '#B53322'

red 181 ◦ green 51 ◦ blue 34

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

Shades of Fire Brick #B53322

Tints of Fire Brick #B53322

RGB

 RED value IS 181 (71.09% from 255) = 68.05%

 GREEN value IS 51 (20.31% from 255) = 19.17%

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

R = 68.05%
G = 19.17%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B53322 (or 0xB53322) is known color: Fire Brick. HEX triplet: B5, 33 and 22. RGB value is (181,51,34). Sum of RGB (Red+Green+Blue) = 181+51+34=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B53322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53322 is #4ACCDD. Grayscale: #585858. Windows color (decimal): -4902110 or 2241461. OLE color: 2241461.

HSL color Cylindrical-coordinate representation of color #B53322: hue angle of 6.94º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B53322 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 51 34 -
CMYK 0 0.72 0.81 0.29
HSL 6.94º 0.68% 0.42% -
HSV(B) 6.94º 0.81% 0.71% -
XYZ 20.53 12.31 2.81 -
YUV 87.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 181 51 34 0 0.72 0.81 0.29 6.94 0.68 0.42
Hex B5 33 22 0 48 51 1D 7 44 2A
Octal 265 63 42 0 110 121 35 7 104 52
Binary 10110101 110011 100010 0 1001000 1010001 11101 111 1000100 101010

Color Harmonies of #B53322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53322

Black with #B53322

Text Example


Text Example

White with #B53322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53322; }

 p { color: rgb(181,51,34); }

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

background-color css

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

 a { background-color: rgb(181,51,34); }

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

border-color css

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

 span { border-color: rgb(181,51,34); }

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