Html Css Color HEX #B22E04 Rust

📋 copy color: '#B22E04'

red 178 ◦ green 46 ◦ blue 4

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

Shades of Rust #B22E04

Tints of Rust #B22E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 78.07%
G = 20.18%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B22E04 (or 0xB22E04) is known color: Rust. HEX triplet: B2, 2E and 04. RGB value is (178,46,4). Sum of RGB (Red+Green+Blue) = 178+46+4=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22E04 is #4DD1FB. Grayscale: #505050. Windows color (decimal): -5100028 or 274098. OLE color: 274098.

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

Color convert

RGB 178 46 4 -
CMYK 0 0.74 0.98 0.30
HSL 14.48º 0.96% 0.36% -
HSV(B) 14.48º 0.98% 0.7% -
XYZ 19.36 11.43 1.3 -
YUV 80.68 84.73 197.42 -
System Red Green Blue C M Y K H S L
Decimal 178 46 4 0 0.74 0.98 0.30 14.48 0.96 0.36
Hex B2 2E 4 0 4A 62 1E E 60 24
Octal 262 56 4 0 112 142 36 16 140 44
Binary 10110010 101110 100 0 1001010 1100010 11110 1110 1100000 100100

Color Harmonies of #B22E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22E04

Black with #B22E04

Text Example


Text Example

White with #B22E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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