Html Css Color HEX #B22800 Rust

📋 copy color: '#B22800'

red 178 ◦ green 40 ◦ blue 0

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

Shades of Rust #B22800

Tints of Rust #B22800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.65%
G = 18.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B22800 (or 0xB22800) is known color: Rust. HEX triplet: B2, 28 and 00. RGB value is (178,40,0). Sum of RGB (Red+Green+Blue) = 178+40+0=218 (28% of max value = 765). Red value is 178 (69.92% from 255 or 81.65% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 178 - color contains mainly: red. Hex color #B22800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22800 is #4DD7FF. Grayscale: #4D4D4D. Windows color (decimal): -5101568 or 10418. OLE color: 10418.

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

Color convert

RGB 178 40 0 -
CMYK 0 0.78 1 0.30
HSL 13.48º 1% 0.35% -
HSV(B) 13.48º 1% 0.7% -
XYZ 19.12 10.98 1.11 -
YUV 76.7 84.72 200.25 -
System Red Green Blue C M Y K H S L
Decimal 178 40 0 0 0.78 1 0.30 13.48 1 0.35
Hex B2 28 0 0 4E 64 1E D 64 23
Octal 262 50 0 0 116 144 36 15 144 43
Binary 10110010 101000 0 0 1001110 1100100 11110 1101 1100100 100011

Color Harmonies of #B22800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22800

Black with #B22800

Text Example


Text Example

White with #B22800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22800; }

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

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

background-color css

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

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

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

border-color css

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

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

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