Html Css Color HEX #B03217 Rust

📋 copy color: '#B03217'

red 176 ◦ green 50 ◦ blue 23

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

Shades of Rust #B03217

Tints of Rust #B03217

RGB

 RED value IS 176 (69.14% from 255) = 70.68%

 GREEN value IS 50 (19.92% from 255) = 20.08%

 BLUE value IS 23 (9.38% from 255) = 9.24%

R = 70.68%
G = 20.08%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B03217 (or 0xB03217) is known color: Rust. HEX triplet: B0, 32 and 17. RGB value is (176,50,23). Sum of RGB (Red+Green+Blue) = 176+50+23=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B03217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03217 is #4FCDE8. Grayscale: #545454. Windows color (decimal): -5230057 or 1520304. OLE color: 1520304.

HSL color Cylindrical-coordinate representation of color #B03217: hue angle of 10.59º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B03217 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 23 -
CMYK 0 0.72 0.87 0.31
HSL 10.59º 0.77% 0.39% -
HSV(B) 10.59º 0.87% 0.69% -
XYZ 19.2 11.57 2.03 -
YUV 84.6 93.24 193.2 -
System Red Green Blue C M Y K H S L
Decimal 176 50 23 0 0.72 0.87 0.31 10.59 0.77 0.39
Hex B0 32 17 0 48 57 1F B 4D 27
Octal 260 62 27 0 110 127 37 13 115 47
Binary 10110000 110010 10111 0 1001000 1010111 11111 1011 1001101 100111

Color Harmonies of #B03217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03217

Black with #B03217

Text Example


Text Example

White with #B03217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03217; }

 p { color: rgb(176,50,23); }

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

background-color css

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

 a { background-color: rgb(176,50,23); }

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

border-color css

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

 span { border-color: rgb(176,50,23); }

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