Html Css Color HEX #B22E1D Fire Brick

📋 copy color: '#B22E1D'

red 178 ◦ green 46 ◦ blue 29

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

Shades of Fire Brick #B22E1D

Tints of Fire Brick #B22E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.46%

R = 70.36%
G = 18.18%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B22E1D (or 0xB22E1D) is known color: Fire Brick. HEX triplet: B2, 2E and 1D. RGB value is (178,46,29). Sum of RGB (Red+Green+Blue) = 178+46+29=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22E1D is #4DD1E2. Grayscale: #535353. Windows color (decimal): -5100003 or 1912498. OLE color: 1912498.

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

Color convert

RGB 178 46 29 -
CMYK 0 0.74 0.84 0.30
HSL 6.85º 0.72% 0.41% -
HSV(B) 6.85º 0.84% 0.7% -
XYZ 19.56 11.51 2.35 -
YUV 83.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 178 46 29 0 0.74 0.84 0.30 6.85 0.72 0.41
Hex B2 2E 1D 0 4A 54 1E 7 48 29
Octal 262 56 35 0 112 124 36 7 110 51
Binary 10110010 101110 11101 0 1001010 1010100 11110 111 1001000 101001

Color Harmonies of #B22E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22E1D

Black with #B22E1D

Text Example


Text Example

White with #B22E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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