Html Css Color HEX #B62221 Fire Brick

📋 copy color: '#B62221'

red 182 ◦ green 34 ◦ blue 33

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

Shades of Fire Brick #B62221

Tints of Fire Brick #B62221

RGB

 RED value IS 182 (71.48% from 255) = 73.09%

 GREEN value IS 34 (13.67% from 255) = 13.65%

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

R = 73.09%
G = 13.65%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B62221 (or 0xB62221) is known color: Fire Brick. HEX triplet: B6, 22 and 21. RGB value is (182,34,33). Sum of RGB (Red+Green+Blue) = 182+34+33=249 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.09% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 182 - color contains mainly: red. Hex color #B62221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62221 is #49DDDE. Grayscale: #4E4E4E. Windows color (decimal): -4840927 or 2171574. OLE color: 2171574.

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

Color convert

RGB 182 34 33 -
CMYK 0 0.81 0.82 0.29
HSL 0.4º 0.69% 0.42% -
HSV(B) 0.4º 0.82% 0.71% -
XYZ 20.14 11.2 2.54 -
YUV 78.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 182 34 33 0 0.81 0.82 0.29 0.4 0.69 0.42
Hex B6 22 21 0 51 52 1D 0 45 2A
Octal 266 42 41 0 121 122 35 0 105 52
Binary 10110110 100010 100001 0 1010001 1010010 11101 0 1000101 101010

Color Harmonies of #B62221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62221

Black with #B62221

Text Example


Text Example

White with #B62221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62221; }

 p { color: rgb(182,34,33); }

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

background-color css

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

 a { background-color: rgb(182,34,33); }

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

border-color css

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

 span { border-color: rgb(182,34,33); }

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