Html Css Color HEX #B74412 Rust

📋 copy color: '#B74412'

red 183 ◦ green 68 ◦ blue 18

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

Shades of Rust #B74412

Tints of Rust #B74412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

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

R = 68.03%
G = 25.28%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B74412 (or 0xB74412) is known color: Rust. HEX triplet: B7, 44 and 12. RGB value is (183,68,18). Sum of RGB (Red+Green+Blue) = 183+68+18=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B74412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74412 is #48BBED. Grayscale: #616161. Windows color (decimal): -4766702 or 1197239. OLE color: 1197239.

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

Color convert

RGB 183 68 18 -
CMYK 0 0.63 0.90 0.28
HSL 18.18º 0.82% 0.39% -
HSV(B) 18.18º 0.9% 0.72% -
XYZ 21.7 14.25 2.18 -
YUV 96.69 83.6 189.57 -
System Red Green Blue C M Y K H S L
Decimal 183 68 18 0 0.63 0.90 0.28 18.18 0.82 0.39
Hex B7 44 12 0 3F 5A 1C 12 52 27
Octal 267 104 22 0 77 132 34 22 122 47
Binary 10110111 1000100 10010 0 111111 1011010 11100 10010 1010010 100111

Color Harmonies of #B74412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74412

Black with #B74412

Text Example


Text Example

White with #B74412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74412; }

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

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

background-color css

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

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

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

border-color css

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

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

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