Html Css Color HEX #B22802 Rust

📋 copy color: '#B22802'

red 178 ◦ green 40 ◦ blue 2

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

Shades of Rust #B22802

Tints of Rust #B22802

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.18%

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

R = 80.91%
G = 18.18%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B22802 (or 0xB22802) is known color: Rust. HEX triplet: B2, 28 and 02. RGB value is (178,40,2). Sum of RGB (Red+Green+Blue) = 178+40+2=220 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.91% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 178 - color contains mainly: red. Hex color #B22802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22802 is #4DD7FD. Grayscale: #4D4D4D. Windows color (decimal): -5101566 or 141490. OLE color: 141490.

HSL color Cylindrical-coordinate representation of color #B22802: hue angle of 12.95º 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 #B22802 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 40 2 -
CMYK 0 0.78 0.99 0.30
HSL 12.95º 0.98% 0.35% -
HSV(B) 12.95º 0.99% 0.7% -
XYZ 19.13 10.99 1.17 -
YUV 76.93 85.72 200.09 -
System Red Green Blue C M Y K H S L
Decimal 178 40 2 0 0.78 0.99 0.30 12.95 0.98 0.35
Hex B2 28 2 0 4E 63 1E D 62 23
Octal 262 50 2 0 116 143 36 15 142 43
Binary 10110010 101000 10 0 1001110 1100011 11110 1101 1100010 100011

Color Harmonies of #B22802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22802

Black with #B22802

Text Example


Text Example

White with #B22802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22802; }

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

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

background-color css

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

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

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

border-color css

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

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

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