Html Css Color HEX #B22902 Rust

📋 copy color: '#B22902'

red 178 ◦ green 41 ◦ blue 2

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

Shades of Rust #B22902

Tints of Rust #B22902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.55%

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

R = 80.54%
G = 18.55%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B22902 (or 0xB22902) is known color: Rust. HEX triplet: B2, 29 and 02. RGB value is (178,41,2). Sum of RGB (Red+Green+Blue) = 178+41+2=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B22902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22902 is #4DD6FD. Grayscale: #4D4D4D. Windows color (decimal): -5101310 or 141746. OLE color: 141746.

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

Color convert

RGB 178 41 2 -
CMYK 0 0.77 0.99 0.30
HSL 13.3º 0.98% 0.35% -
HSV(B) 13.3º 0.99% 0.7% -
XYZ 19.16 11.06 1.18 -
YUV 77.52 85.39 199.67 -
System Red Green Blue C M Y K H S L
Decimal 178 41 2 0 0.77 0.99 0.30 13.3 0.98 0.35
Hex B2 29 2 0 4D 63 1E D 62 23
Octal 262 51 2 0 115 143 36 15 142 43
Binary 10110010 101001 10 0 1001101 1100011 11110 1101 1100010 100011

Color Harmonies of #B22902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22902

Black with #B22902

Text Example


Text Example

White with #B22902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22902; }

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

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

background-color css

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

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

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

border-color css

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

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

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