Html Css Color HEX #B22D00 Rust

📋 copy color: '#B22D00'

red 178 ◦ green 45 ◦ blue 0

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

Shades of Rust #B22D00

Tints of Rust #B22D00

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.18%

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

R = 79.82%
G = 20.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B22D00 (or 0xB22D00) is known color: Rust. HEX triplet: B2, 2D and 00. RGB value is (178,45,0). Sum of RGB (Red+Green+Blue) = 178+45+0=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22D00 is #4DD2FF. Grayscale: #4F4F4F. Windows color (decimal): -5100288 or 11698. OLE color: 11698.

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

Color convert

RGB 178 45 0 -
CMYK 0 0.75 1 0.30
HSL 15.17º 1% 0.35% -
HSV(B) 15.17º 1% 0.7% -
XYZ 19.3 11.34 1.17 -
YUV 79.64 83.06 198.16 -
System Red Green Blue C M Y K H S L
Decimal 178 45 0 0 0.75 1 0.30 15.17 1 0.35
Hex B2 2D 0 0 4B 64 1E F 64 23
Octal 262 55 0 0 113 144 36 17 144 43
Binary 10110010 101101 0 0 1001011 1100100 11110 1111 1100100 100011

Color Harmonies of #B22D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22D00

Black with #B22D00

Text Example


Text Example

White with #B22D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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