Html Css Color HEX #B63712 Rust

📋 copy color: '#B63712'

red 182 ◦ green 55 ◦ blue 18

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

Shades of Rust #B63712

Tints of Rust #B63712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.57%

 BLUE value IS 18 (7.42% from 255) = 7.06%

R = 71.37%
G = 21.57%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B63712 (or 0xB63712) is known color: Rust. HEX triplet: B6, 37 and 12. RGB value is (182,55,18). Sum of RGB (Red+Green+Blue) = 182+55+18=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B63712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63712 is #49C8ED. Grayscale: #595959. Windows color (decimal): -4835566 or 1193910. OLE color: 1193910.

HSL color Cylindrical-coordinate representation of color #B63712: hue angle of 13.54º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B63712 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 55 18 -
CMYK 0 0.70 0.90 0.29
HSL 13.54º 0.82% 0.39% -
HSV(B) 13.54º 0.9% 0.71% -
XYZ 20.77 12.72 1.93 -
YUV 88.76 88.08 194.51 -
System Red Green Blue C M Y K H S L
Decimal 182 55 18 0 0.70 0.90 0.29 13.54 0.82 0.39
Hex B6 37 12 0 46 5A 1D E 52 27
Octal 266 67 22 0 106 132 35 16 122 47
Binary 10110110 110111 10010 0 1000110 1011010 11101 1110 1010010 100111

Color Harmonies of #B63712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63712

Black with #B63712

Text Example


Text Example

White with #B63712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63712; }

 p { color: rgb(182,55,18); }

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

background-color css

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

 a { background-color: rgb(182,55,18); }

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

border-color css

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

 span { border-color: rgb(182,55,18); }

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