Html Css Color HEX #B22E10 Rust

📋 copy color: '#B22E10'

red 178 ◦ green 46 ◦ blue 16

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

Shades of Rust #B22E10

Tints of Rust #B22E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.67%

R = 74.17%
G = 19.17%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B22E10 (or 0xB22E10) is known color: Rust. HEX triplet: B2, 2E and 10. RGB value is (178,46,16). Sum of RGB (Red+Green+Blue) = 178+46+16=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22E10 is #4DD1EF. Grayscale: #525252. Windows color (decimal): -5100016 or 1060530. OLE color: 1060530.

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

Color convert

RGB 178 46 16 -
CMYK 0 0.74 0.91 0.30
HSL 11.11º 0.84% 0.38% -
HSV(B) 11.11º 0.91% 0.7% -
XYZ 19.43 11.46 1.68 -
YUV 82.05 90.73 196.44 -
System Red Green Blue C M Y K H S L
Decimal 178 46 16 0 0.74 0.91 0.30 11.11 0.84 0.38
Hex B2 2E 10 0 4A 5B 1E B 54 26
Octal 262 56 20 0 112 133 36 13 124 46
Binary 10110010 101110 10000 0 1001010 1011011 11110 1011 1010100 100110

Color Harmonies of #B22E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22E10

Black with #B22E10

Text Example


Text Example

White with #B22E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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