Html Css Color HEX #B22400 Rust

📋 copy color: '#B22400'

red 178 ◦ green 36 ◦ blue 0

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

Shades of Rust #B22400

Tints of Rust #B22400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.82%

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

R = 83.18%
G = 16.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B22400 (or 0xB22400) is known color: Rust. HEX triplet: B2, 24 and 00. RGB value is (178,36,0). Sum of RGB (Red+Green+Blue) = 178+36+0=214 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.18% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 178 - color contains mainly: red. Hex color #B22400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22400 is #4DDBFF. Grayscale: #4A4A4A. Windows color (decimal): -5102592 or 9394. OLE color: 9394.

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

Color convert

RGB 178 36 0 -
CMYK 0 0.80 1 0.30
HSL 12.13º 1% 0.35% -
HSV(B) 12.13º 1% 0.7% -
XYZ 18.99 10.73 1.07 -
YUV 74.35 86.04 201.93 -
System Red Green Blue C M Y K H S L
Decimal 178 36 0 0 0.80 1 0.30 12.13 1 0.35
Hex B2 24 0 0 50 64 1E C 64 23
Octal 262 44 0 0 120 144 36 14 144 43
Binary 10110010 100100 0 0 1010000 1100100 11110 1100 1100100 100011

Color Harmonies of #B22400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22400

Black with #B22400

Text Example


Text Example

White with #B22400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22400; }

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

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

background-color css

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

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

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

border-color css

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

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

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