Html Css Color HEX #B74612 Rust

📋 copy color: '#B74612'

red 183 ◦ green 70 ◦ blue 18

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

Shades of Rust #B74612

Tints of Rust #B74612

RGB

 RED value IS 183 (71.88% from 255) = 67.53%

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 67.53%
G = 25.83%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B74612 (or 0xB74612) is known color: Rust. HEX triplet: B7, 46 and 12. RGB value is (183,70,18). Sum of RGB (Red+Green+Blue) = 183+70+18=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B74612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74612 is #48B9ED. Grayscale: #626262. Windows color (decimal): -4766190 or 1197751. OLE color: 1197751.

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

Color convert

RGB 183 70 18 -
CMYK 0 0.62 0.90 0.28
HSL 18.91º 0.82% 0.39% -
HSV(B) 18.91º 0.9% 0.72% -
XYZ 21.83 14.49 2.22 -
YUV 97.86 82.94 188.73 -
System Red Green Blue C M Y K H S L
Decimal 183 70 18 0 0.62 0.90 0.28 18.91 0.82 0.39
Hex B7 46 12 0 3E 5A 1C 13 52 27
Octal 267 106 22 0 76 132 34 23 122 47
Binary 10110111 1000110 10010 0 111110 1011010 11100 10011 1010010 100111

Color Harmonies of #B74612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74612

Black with #B74612

Text Example


Text Example

White with #B74612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74612; }

 p { color: rgb(183,70,18); }

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

background-color css

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

 a { background-color: rgb(183,70,18); }

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

border-color css

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

 span { border-color: rgb(183,70,18); }

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