Html Css Color HEX #B22E1E Fire Brick

📋 copy color: '#B22E1E'

red 178 ◦ green 46 ◦ blue 30

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

Shades of Fire Brick #B22E1E

Tints of Fire Brick #B22E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 70.08%
G = 18.11%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B22E1E (or 0xB22E1E) is known color: Fire Brick. HEX triplet: B2, 2E and 1E. RGB value is (178,46,30). Sum of RGB (Red+Green+Blue) = 178+46+30=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22E1E is #4DD1E1. Grayscale: #535353. Windows color (decimal): -5100002 or 1978034. OLE color: 1978034.

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

Color convert

RGB 178 46 30 -
CMYK 0 0.74 0.83 0.30
HSL 6.49º 0.71% 0.41% -
HSV(B) 6.49º 0.83% 0.7% -
XYZ 19.57 11.51 2.42 -
YUV 83.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 178 46 30 0 0.74 0.83 0.30 6.49 0.71 0.41
Hex B2 2E 1E 0 4A 53 1E 6 47 29
Octal 262 56 36 0 112 123 36 6 107 51
Binary 10110010 101110 11110 0 1001010 1010011 11110 110 1000111 101001

Color Harmonies of #B22E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22E1E

Black with #B22E1E

Text Example


Text Example

White with #B22E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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