Html Css Color HEX #B63222 Fire Brick

📋 copy color: '#B63222'

red 182 ◦ green 50 ◦ blue 34

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

Shades of Fire Brick #B63222

Tints of Fire Brick #B63222

RGB

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

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

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

R = 68.42%
G = 18.8%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B63222 (or 0xB63222) is known color: Fire Brick. HEX triplet: B6, 32 and 22. RGB value is (182,50,34). Sum of RGB (Red+Green+Blue) = 182+50+34=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B63222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63222 is #49CDDD. Grayscale: #575757. Windows color (decimal): -4836830 or 2241206. OLE color: 2241206.

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

Color convert

RGB 182 50 34 -
CMYK 0 0.73 0.81 0.29
HSL 6.49º 0.69% 0.42% -
HSV(B) 6.49º 0.81% 0.71% -
XYZ 20.72 12.34 2.8 -
YUV 87.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 182 50 34 0 0.73 0.81 0.29 6.49 0.69 0.42
Hex B6 32 22 0 49 51 1D 6 45 2A
Octal 266 62 42 0 111 121 35 6 105 52
Binary 10110110 110010 100010 0 1001001 1010001 11101 110 1000101 101010

Color Harmonies of #B63222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63222

Black with #B63222

Text Example


Text Example

White with #B63222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63222; }

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

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

background-color css

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

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

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

border-color css

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

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

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