Html Css Color HEX #B23221 Fire Brick

📋 copy color: '#B23221'

red 178 ◦ green 50 ◦ blue 33

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

Shades of Fire Brick #B23221

Tints of Fire Brick #B23221

RGB

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

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

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

R = 68.2%
G = 19.16%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B23221 (or 0xB23221) is known color: Fire Brick. HEX triplet: B2, 32 and 21. RGB value is (178,50,33). Sum of RGB (Red+Green+Blue) = 178+50+33=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B23221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23221 is #4DCDDE. Grayscale: #565656. Windows color (decimal): -5098975 or 2175666. OLE color: 2175666.

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

Color convert

RGB 178 50 33 -
CMYK 0 0.72 0.81 0.30
HSL 7.03º 0.69% 0.41% -
HSV(B) 7.03º 0.81% 0.7% -
XYZ 19.78 11.86 2.69 -
YUV 86.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 178 50 33 0 0.72 0.81 0.30 7.03 0.69 0.41
Hex B2 32 21 0 48 51 1E 7 45 29
Octal 262 62 41 0 110 121 36 7 105 51
Binary 10110010 110010 100001 0 1001000 1010001 11110 111 1000101 101001

Color Harmonies of #B23221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23221

Black with #B23221

Text Example


Text Example

White with #B23221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23221; }

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

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

background-color css

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

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

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

border-color css

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

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

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