Html Css Color HEX #B22F21 Fire Brick

📋 copy color: '#B22F21'

red 178 ◦ green 47 ◦ blue 33

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

Shades of Fire Brick #B22F21

Tints of Fire Brick #B22F21

RGB

 RED value IS 178 (69.92% from 255) = 68.99%

 GREEN value IS 47 (18.75% from 255) = 18.22%

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

R = 68.99%
G = 18.22%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B22F21 (or 0xB22F21) is known color: Fire Brick. HEX triplet: B2, 2F and 21. RGB value is (178,47,33). Sum of RGB (Red+Green+Blue) = 178+47+33=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22F21 is #4DD0DE. Grayscale: #545454. Windows color (decimal): -5099743 or 2174898. OLE color: 2174898.

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

Color convert

RGB 178 47 33 -
CMYK 0 0.74 0.81 0.30
HSL 5.79º 0.69% 0.41% -
HSV(B) 5.79º 0.81% 0.7% -
XYZ 19.65 11.61 2.64 -
YUV 84.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 178 47 33 0 0.74 0.81 0.30 5.79 0.69 0.41
Hex B2 2F 21 0 4A 51 1E 6 45 29
Octal 262 57 41 0 112 121 36 6 105 51
Binary 10110010 101111 100001 0 1001010 1010001 11110 110 1000101 101001

Color Harmonies of #B22F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22F21

Black with #B22F21

Text Example


Text Example

White with #B22F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22F21; }

 p { color: rgb(178,47,33); }

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

background-color css

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

 a { background-color: rgb(178,47,33); }

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

border-color css

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

 span { border-color: rgb(178,47,33); }

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