Html Css Color HEX #B22E23 Fire Brick

📋 copy color: '#B22E23'

red 178 ◦ green 46 ◦ blue 35

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

Shades of Fire Brick #B22E23

Tints of Fire Brick #B22E23

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.76%

 BLUE value IS 35 (14.06% from 255) = 13.51%

R = 68.73%
G = 17.76%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B22E23 (or 0xB22E23) is known color: Fire Brick. HEX triplet: B2, 2E and 23. RGB value is (178,46,35). Sum of RGB (Red+Green+Blue) = 178+46+35=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22E23 is #4DD1DC. Grayscale: #545454. Windows color (decimal): -5099997 or 2305714. OLE color: 2305714.

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

Color convert

RGB 178 46 35 -
CMYK 0 0.74 0.80 0.30
HSL 4.62º 0.67% 0.42% -
HSV(B) 4.62º 0.8% 0.7% -
XYZ 19.64 11.54 2.78 -
YUV 84.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 178 46 35 0 0.74 0.80 0.30 4.62 0.67 0.42
Hex B2 2E 23 0 4A 50 1E 5 43 2A
Octal 262 56 43 0 112 120 36 5 103 52
Binary 10110010 101110 100011 0 1001010 1010000 11110 101 1000011 101010

Color Harmonies of #B22E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22E23

Black with #B22E23

Text Example


Text Example

White with #B22E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22E23; }

 p { color: rgb(178,46,35); }

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

background-color css

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

 a { background-color: rgb(178,46,35); }

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

border-color css

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

 span { border-color: rgb(178,46,35); }

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