Html Css Color HEX #B22D1B Fire Brick

📋 copy color: '#B22D1B'

red 178 ◦ green 45 ◦ blue 27

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

Shades of Fire Brick #B22D1B

Tints of Fire Brick #B22D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.8%

R = 71.2%
G = 18%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B22D1B (or 0xB22D1B) is known color: Fire Brick. HEX triplet: B2, 2D and 1B. RGB value is (178,45,27). Sum of RGB (Red+Green+Blue) = 178+45+27=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D1B is #4DD2E4. Grayscale: #525252. Windows color (decimal): -5100261 or 1781170. OLE color: 1781170.

HSL color Cylindrical-coordinate representation of color #B22D1B: hue angle of 7.15º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B22D1B is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 45 27 -
CMYK 0 0.75 0.85 0.30
HSL 7.15º 0.74% 0.4% -
HSV(B) 7.15º 0.85% 0.7% -
XYZ 19.5 11.42 2.21 -
YUV 82.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 178 45 27 0 0.75 0.85 0.30 7.15 0.74 0.4
Hex B2 2D 1B 0 4B 55 1E 7 4A 28
Octal 262 55 33 0 113 125 36 7 112 50
Binary 10110010 101101 11011 0 1001011 1010101 11110 111 1001010 101000

Color Harmonies of #B22D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22D1B

Black with #B22D1B

Text Example


Text Example

White with #B22D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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