Html Css Color HEX #B22A00 Rust

📋 copy color: '#B22A00'

red 178 ◦ green 42 ◦ blue 0

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

Shades of Rust #B22A00

Tints of Rust #B22A00

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.09%

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

R = 80.91%
G = 19.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B22A00 (or 0xB22A00) is known color: Rust. HEX triplet: B2, 2A and 00. RGB value is (178,42,0). Sum of RGB (Red+Green+Blue) = 178+42+0=220 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.91% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22A00 is #4DD5FF. Grayscale: #4E4E4E. Windows color (decimal): -5101056 or 10930. OLE color: 10930.

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

Color convert

RGB 178 42 0 -
CMYK 0 0.76 1 0.30
HSL 14.16º 1% 0.35% -
HSV(B) 14.16º 1% 0.7% -
XYZ 19.19 11.12 1.14 -
YUV 77.88 84.06 199.42 -
System Red Green Blue C M Y K H S L
Decimal 178 42 0 0 0.76 1 0.30 14.16 1 0.35
Hex B2 2A 0 0 4C 64 1E E 64 23
Octal 262 52 0 0 114 144 36 16 144 43
Binary 10110010 101010 0 0 1001100 1100100 11110 1110 1100100 100011

Color Harmonies of #B22A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22A00

Black with #B22A00

Text Example


Text Example

White with #B22A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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