Html Css Color HEX #B65212 Rust

📋 copy color: '#B65212'

red 182 ◦ green 82 ◦ blue 18

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

Shades of Rust #B65212

Tints of Rust #B65212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.08%

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

R = 64.54%
G = 29.08%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B65212 (or 0xB65212) is known color: Rust. HEX triplet: B6, 52 and 12. RGB value is (182,82,18). Sum of RGB (Red+Green+Blue) = 182+82+18=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B65212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65212 is #49ADED. Grayscale: #686868. Windows color (decimal): -4828654 or 1200822. OLE color: 1200822.

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

Color convert

RGB 182 82 18 -
CMYK 0 0.55 0.90 0.29
HSL 23.41º 0.82% 0.39% -
HSV(B) 23.41º 0.9% 0.71% -
XYZ 22.42 16.02 2.48 -
YUV 104.6 79.13 183.2 -
System Red Green Blue C M Y K H S L
Decimal 182 82 18 0 0.55 0.90 0.29 23.41 0.82 0.39
Hex B6 52 12 0 37 5A 1D 17 52 27
Octal 266 122 22 0 67 132 35 27 122 47
Binary 10110110 1010010 10010 0 110111 1011010 11101 10111 1010010 100111

Color Harmonies of #B65212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65212

Black with #B65212

Text Example


Text Example

White with #B65212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65212; }

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

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

background-color css

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

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

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

border-color css

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

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

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