Html Css Color HEX #B22A02 Rust

📋 copy color: '#B22A02'

red 178 ◦ green 42 ◦ blue 2

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

Shades of Rust #B22A02

Tints of Rust #B22A02

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.92%

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 80.18%
G = 18.92%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B22A02 (or 0xB22A02) is known color: Rust. HEX triplet: B2, 2A and 02. RGB value is (178,42,2). Sum of RGB (Red+Green+Blue) = 178+42+2=222 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.18% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22A02 is #4DD5FD. Grayscale: #4E4E4E. Windows color (decimal): -5101054 or 142002. OLE color: 142002.

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

Color convert

RGB 178 42 2 -
CMYK 0 0.76 0.99 0.30
HSL 13.64º 0.98% 0.35% -
HSV(B) 13.64º 0.99% 0.7% -
XYZ 19.2 11.13 1.19 -
YUV 78.1 85.06 199.25 -
System Red Green Blue C M Y K H S L
Decimal 178 42 2 0 0.76 0.99 0.30 13.64 0.98 0.35
Hex B2 2A 2 0 4C 63 1E E 62 23
Octal 262 52 2 0 114 143 36 16 142 43
Binary 10110010 101010 10 0 1001100 1100011 11110 1110 1100010 100011

Color Harmonies of #B22A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22A02

Black with #B22A02

Text Example


Text Example

White with #B22A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22A02; }

 p { color: rgb(178,42,2); }

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

background-color css

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

 a { background-color: rgb(178,42,2); }

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

border-color css

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

 span { border-color: rgb(178,42,2); }

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