Html Css Color HEX #B63714 Rust

📋 copy color: '#B63714'

red 182 ◦ green 55 ◦ blue 20

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

Shades of Rust #B63714

Tints of Rust #B63714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 70.82%
G = 21.4%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B63714 (or 0xB63714) is known color: Rust. HEX triplet: B6, 37 and 14. RGB value is (182,55,20). Sum of RGB (Red+Green+Blue) = 182+55+20=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B63714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63714 is #49C8EB. Grayscale: #595959. Windows color (decimal): -4835564 or 1324982. OLE color: 1324982.

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

Color convert

RGB 182 55 20 -
CMYK 0 0.70 0.89 0.29
HSL 12.96º 0.8% 0.4% -
HSV(B) 12.96º 0.89% 0.71% -
XYZ 20.78 12.73 2.02 -
YUV 88.98 89.08 194.35 -
System Red Green Blue C M Y K H S L
Decimal 182 55 20 0 0.70 0.89 0.29 12.96 0.8 0.4
Hex B6 37 14 0 46 59 1D D 50 28
Octal 266 67 24 0 106 131 35 15 120 50
Binary 10110110 110111 10100 0 1000110 1011001 11101 1101 1010000 101000

Color Harmonies of #B63714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63714

Black with #B63714

Text Example


Text Example

White with #B63714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63714; }

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

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

background-color css

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

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

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

border-color css

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

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

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