Html Css Color HEX #B22E2D Brown

📋 copy color: '#B22E2D'

red 178 ◦ green 46 ◦ blue 45

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

Shades of Brown #B22E2D

Tints of Brown #B22E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.73%

R = 66.17%
G = 17.1%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B22E2D (or 0xB22E2D) is known color: Brown. HEX triplet: B2, 2E and 2D. RGB value is (178,46,45). Sum of RGB (Red+Green+Blue) = 178+46+45=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22E2D is #4DD1D2. Grayscale: #555555. Windows color (decimal): -5099987 or 2961074. OLE color: 2961074.

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

Color convert

RGB 178 46 45 -
CMYK 0 0.74 0.75 0.30
HSL 0.45º 0.6% 0.44% -
HSV(B) 0.45º 0.75% 0.7% -
XYZ 19.81 11.61 3.68 -
YUV 85.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 178 46 45 0 0.74 0.75 0.30 0.45 0.6 0.44
Hex B2 2E 2D 0 4A 4B 1E 0 3C 2C
Octal 262 56 55 0 112 113 36 0 74 54
Binary 10110010 101110 101101 0 1001010 1001011 11110 0 111100 101100

Color Harmonies of #B22E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22E2D

Black with #B22E2D

Text Example


Text Example

White with #B22E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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