Html Css Color HEX #B22D23 Fire Brick

📋 copy color: '#B22D23'

red 178 ◦ green 45 ◦ blue 35

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

Shades of Fire Brick #B22D23

Tints of Fire Brick #B22D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.44%

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

R = 68.99%
G = 17.44%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B22D23 (or 0xB22D23) is known color: Fire Brick. HEX triplet: B2, 2D and 23. RGB value is (178,45,35). Sum of RGB (Red+Green+Blue) = 178+45+35=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D23 is #4DD2DC. Grayscale: #535353. Windows color (decimal): -5100253 or 2305458. OLE color: 2305458.

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

Color convert

RGB 178 45 35 -
CMYK 0 0.75 0.80 0.30
HSL 4.2º 0.67% 0.42% -
HSV(B) 4.2º 0.8% 0.7% -
XYZ 19.6 11.46 2.77 -
YUV 83.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 178 45 35 0 0.75 0.80 0.30 4.2 0.67 0.42
Hex B2 2D 23 0 4B 50 1E 4 43 2A
Octal 262 55 43 0 113 120 36 4 103 52
Binary 10110010 101101 100011 0 1001011 1010000 11110 100 1000011 101010

Color Harmonies of #B22D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22D23

Black with #B22D23

Text Example


Text Example

White with #B22D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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