Html Css Color HEX #B32222 Fire Brick

📋 copy color: '#B32222'

red 179 ◦ green 34 ◦ blue 34

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

Shades of Fire Brick #B32222

Tints of Fire Brick #B32222

RGB

 RED value IS 179 (70.31% from 255) = 72.47%

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

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

R = 72.47%
G = 13.77%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B32222 (or 0xB32222) is known color: Fire Brick. HEX triplet: B3, 22 and 22. RGB value is (179,34,34). Sum of RGB (Red+Green+Blue) = 179+34+34=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B32222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32222 is #4CDDDD. Grayscale: #4D4D4D. Windows color (decimal): -5037534 or 2237107. OLE color: 2237107.

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

Color convert

RGB 179 34 34 -
CMYK 0 0.81 0.81 0.30
HSL 0.68% 0.42% -
HSV(B) 0.81% 0.7% -
XYZ 19.45 10.84 2.58 -
YUV 77.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 179 34 34 0 0.81 0.81 0.30 0 0.68 0.42
Hex B3 22 22 0 51 51 1E 0 44 2A
Octal 263 42 42 0 121 121 36 0 104 52
Binary 10110011 100010 100010 0 1010001 1010001 11110 0 1000100 101010

Color Harmonies of #B32222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32222

Black with #B32222

Text Example


Text Example

White with #B32222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32222; }

 p { color: rgb(179,34,34); }

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

background-color css

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

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

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

border-color css

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

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

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