Html Css Color HEX #B63910 Rust

📋 copy color: '#B63910'

red 182 ◦ green 57 ◦ blue 16

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

Shades of Rust #B63910

Tints of Rust #B63910

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 71.37%
G = 22.35%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B63910 (or 0xB63910) is known color: Rust. HEX triplet: B6, 39 and 10. RGB value is (182,57,16). Sum of RGB (Red+Green+Blue) = 182+57+16=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B63910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63910 is #49C6EF. Grayscale: #595959. Windows color (decimal): -4835056 or 1063350. OLE color: 1063350.

HSL color Cylindrical-coordinate representation of color #B63910: hue angle of 14.82º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B63910 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 57 16 -
CMYK 0 0.69 0.91 0.29
HSL 14.82º 0.84% 0.39% -
HSV(B) 14.82º 0.91% 0.71% -
XYZ 20.85 12.91 1.88 -
YUV 89.7 86.41 193.83 -
System Red Green Blue C M Y K H S L
Decimal 182 57 16 0 0.69 0.91 0.29 14.82 0.84 0.39
Hex B6 39 10 0 45 5B 1D F 54 27
Octal 266 71 20 0 105 133 35 17 124 47
Binary 10110110 111001 10000 0 1000101 1011011 11101 1111 1010100 100111

Color Harmonies of #B63910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63910

Black with #B63910

Text Example


Text Example

White with #B63910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63910; }

 p { color: rgb(182,57,16); }

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

background-color css

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

 a { background-color: rgb(182,57,16); }

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

border-color css

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

 span { border-color: rgb(182,57,16); }

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