Html Css Color HEX #B23322 Fire Brick

📋 copy color: '#B23322'

red 178 ◦ green 51 ◦ blue 34

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

Shades of Fire Brick #B23322

Tints of Fire Brick #B23322

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

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

R = 67.68%
G = 19.39%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B23322 (or 0xB23322) is known color: Fire Brick. HEX triplet: B2, 33 and 22. RGB value is (178,51,34). Sum of RGB (Red+Green+Blue) = 178+51+34=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B23322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23322 is #4DCCDD. Grayscale: #575757. Windows color (decimal): -5098718 or 2241458. OLE color: 2241458.

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

Color convert

RGB 178 51 34 -
CMYK 0 0.71 0.81 0.30
HSL 7.08º 0.68% 0.42% -
HSV(B) 7.08º 0.81% 0.7% -
XYZ 19.83 11.95 2.77 -
YUV 87.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 178 51 34 0 0.71 0.81 0.30 7.08 0.68 0.42
Hex B2 33 22 0 47 51 1E 7 44 2A
Octal 262 63 42 0 107 121 36 7 104 52
Binary 10110010 110011 100010 0 1000111 1010001 11110 111 1000100 101010

Color Harmonies of #B23322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23322

Black with #B23322

Text Example


Text Example

White with #B23322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23322; }

 p { color: rgb(178,51,34); }

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

background-color css

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

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

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

border-color css

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

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

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