Html Css Color HEX #B22803 Rust

📋 copy color: '#B22803'

red 178 ◦ green 40 ◦ blue 3

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

Shades of Rust #B22803

Tints of Rust #B22803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 80.54%
G = 18.1%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B22803 (or 0xB22803) is known color: Rust. HEX triplet: B2, 28 and 03. RGB value is (178,40,3). Sum of RGB (Red+Green+Blue) = 178+40+3=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B22803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22803 is #4DD7FC. Grayscale: #4D4D4D. Windows color (decimal): -5101565 or 207026. OLE color: 207026.

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

Color convert

RGB 178 40 3 -
CMYK 0 0.78 0.98 0.30
HSL 12.69º 0.97% 0.35% -
HSV(B) 12.69º 0.98% 0.7% -
XYZ 19.14 10.99 1.2 -
YUV 77.04 86.22 200.01 -
System Red Green Blue C M Y K H S L
Decimal 178 40 3 0 0.78 0.98 0.30 12.69 0.97 0.35
Hex B2 28 3 0 4E 62 1E D 61 23
Octal 262 50 3 0 116 142 36 15 141 43
Binary 10110010 101000 11 0 1001110 1100010 11110 1101 1100001 100011

Color Harmonies of #B22803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22803

Black with #B22803

Text Example


Text Example

White with #B22803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22803; }

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

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

background-color css

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

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

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

border-color css

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

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

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