Html Css Color HEX #B64310 Rust

📋 copy color: '#B64310'

red 182 ◦ green 67 ◦ blue 16

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

Shades of Rust #B64310

Tints of Rust #B64310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.28%

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

R = 68.68%
G = 25.28%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B64310 (or 0xB64310) is known color: Rust. HEX triplet: B6, 43 and 10. RGB value is (182,67,16). Sum of RGB (Red+Green+Blue) = 182+67+16=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B64310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64310 is #49BCEF. Grayscale: #5F5F5F. Windows color (decimal): -4832496 or 1065910. OLE color: 1065910.

HSL color Cylindrical-coordinate representation of color #B64310: hue angle of 18.43º 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 #B64310 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 67 16 -
CMYK 0 0.63 0.91 0.29
HSL 18.43º 0.84% 0.39% -
HSV(B) 18.43º 0.91% 0.71% -
XYZ 21.39 14 2.06 -
YUV 95.57 83.1 189.65 -
System Red Green Blue C M Y K H S L
Decimal 182 67 16 0 0.63 0.91 0.29 18.43 0.84 0.39
Hex B6 43 10 0 3F 5B 1D 12 54 27
Octal 266 103 20 0 77 133 35 22 124 47
Binary 10110110 1000011 10000 0 111111 1011011 11101 10010 1010100 100111

Color Harmonies of #B64310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64310

Black with #B64310

Text Example


Text Example

White with #B64310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64310; }

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

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

background-color css

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

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

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

border-color css

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

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

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