Html Css Color HEX #B22E11 Rust

📋 copy color: '#B22E11'

red 178 ◦ green 46 ◦ blue 17

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

Shades of Rust #B22E11

Tints of Rust #B22E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.05%

R = 73.86%
G = 19.09%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B22E11 (or 0xB22E11) is known color: Rust. HEX triplet: B2, 2E and 11. RGB value is (178,46,17). Sum of RGB (Red+Green+Blue) = 178+46+17=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22E11 is #4DD1EE. Grayscale: #525252. Windows color (decimal): -5100015 or 1126066. OLE color: 1126066.

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

Color convert

RGB 178 46 17 -
CMYK 0 0.74 0.90 0.30
HSL 10.81º 0.83% 0.38% -
HSV(B) 10.81º 0.9% 0.7% -
XYZ 19.44 11.46 1.72 -
YUV 82.16 91.23 196.36 -
System Red Green Blue C M Y K H S L
Decimal 178 46 17 0 0.74 0.90 0.30 10.81 0.83 0.38
Hex B2 2E 11 0 4A 5A 1E B 53 26
Octal 262 56 21 0 112 132 36 13 123 46
Binary 10110010 101110 10001 0 1001010 1011010 11110 1011 1010011 100110

Color Harmonies of #B22E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22E11

Black with #B22E11

Text Example


Text Example

White with #B22E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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