Html Css Color HEX #B22901 Rust

📋 copy color: '#B22901'

red 178 ◦ green 41 ◦ blue 1

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

Shades of Rust #B22901

Tints of Rust #B22901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 80.91%
G = 18.64%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B22901 (or 0xB22901) is known color: Rust. HEX triplet: B2, 29 and 01. RGB value is (178,41,1). Sum of RGB (Red+Green+Blue) = 178+41+1=220 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.91% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 178 - color contains mainly: red. Hex color #B22901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22901 is #4DD6FE. Grayscale: #4D4D4D. Windows color (decimal): -5101311 or 76210. OLE color: 76210.

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

Color convert

RGB 178 41 1 -
CMYK 0 0.77 0.99 0.30
HSL 13.56º 0.99% 0.35% -
HSV(B) 13.56º 0.99% 0.7% -
XYZ 19.16 11.05 1.15 -
YUV 77.4 84.89 199.75 -
System Red Green Blue C M Y K H S L
Decimal 178 41 1 0 0.77 0.99 0.30 13.56 0.99 0.35
Hex B2 29 1 0 4D 63 1E E 63 23
Octal 262 51 1 0 115 143 36 16 143 43
Binary 10110010 101001 1 0 1001101 1100011 11110 1110 1100011 100011

Color Harmonies of #B22901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22901

Black with #B22901

Text Example


Text Example

White with #B22901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22901; }

 p { color: rgb(178,41,1); }

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

background-color css

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

 a { background-color: rgb(178,41,1); }

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

border-color css

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

 span { border-color: rgb(178,41,1); }

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