Html Css Color HEX #B22621 Fire Brick

📋 copy color: '#B22621'

red 178 ◦ green 38 ◦ blue 33

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

Shades of Fire Brick #B22621

Tints of Fire Brick #B22621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.26%

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

R = 71.49%
G = 15.26%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B22621 (or 0xB22621) is known color: Fire Brick. HEX triplet: B2, 26 and 21. RGB value is (178,38,33). Sum of RGB (Red+Green+Blue) = 178+38+33=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B22621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22621 is #4DD9DE. Grayscale: #4F4F4F. Windows color (decimal): -5102047 or 2172594. OLE color: 2172594.

HSL color Cylindrical-coordinate representation of color #B22621: hue angle of 2.07º 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 #B22621 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 38 33 -
CMYK 0 0.79 0.81 0.30
HSL 2.07º 0.69% 0.41% -
HSV(B) 2.07º 0.81% 0.7% -
XYZ 19.33 10.96 2.54 -
YUV 79.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 178 38 33 0 0.79 0.81 0.30 2.07 0.69 0.41
Hex B2 26 21 0 4F 51 1E 2 45 29
Octal 262 46 41 0 117 121 36 2 105 51
Binary 10110010 100110 100001 0 1001111 1010001 11110 10 1000101 101001

Color Harmonies of #B22621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22621

Black with #B22621

Text Example


Text Example

White with #B22621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22621; }

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

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

background-color css

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

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

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

border-color css

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

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

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