Html Css Color HEX #B63417 Rust

📋 copy color: '#B63417'

red 182 ◦ green 52 ◦ blue 23

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

Shades of Rust #B63417

Tints of Rust #B63417

RGB

 RED value IS 182 (71.48% from 255) = 70.82%

 GREEN value IS 52 (20.7% from 255) = 20.23%

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

R = 70.82%
G = 20.23%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B63417 (or 0xB63417) is known color: Rust. HEX triplet: B6, 34 and 17. RGB value is (182,52,23). Sum of RGB (Red+Green+Blue) = 182+52+23=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B63417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63417 is #49CBE8. Grayscale: #575757. Windows color (decimal): -4836329 or 1520822. OLE color: 1520822.

HSL color Cylindrical-coordinate representation of color #B63417: hue angle of 10.94º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B63417 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 52 23 -
CMYK 0 0.71 0.87 0.29
HSL 10.94º 0.78% 0.4% -
HSV(B) 10.94º 0.87% 0.71% -
XYZ 20.67 12.46 2.13 -
YUV 87.56 91.57 195.36 -
System Red Green Blue C M Y K H S L
Decimal 182 52 23 0 0.71 0.87 0.29 10.94 0.78 0.4
Hex B6 34 17 0 47 57 1D B 4E 28
Octal 266 64 27 0 107 127 35 13 116 50
Binary 10110110 110100 10111 0 1000111 1010111 11101 1011 1001110 101000

Color Harmonies of #B63417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63417

Black with #B63417

Text Example


Text Example

White with #B63417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63417; }

 p { color: rgb(182,52,23); }

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

background-color css

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

 a { background-color: rgb(182,52,23); }

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

border-color css

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

 span { border-color: rgb(182,52,23); }

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