Html Css Color HEX #B74E12 Rust

📋 copy color: '#B74E12'

red 183 ◦ green 78 ◦ blue 18

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

Shades of Rust #B74E12

Tints of Rust #B74E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.96%

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

R = 65.59%
G = 27.96%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B74E12 (or 0xB74E12) is known color: Rust. HEX triplet: B7, 4E and 12. RGB value is (183,78,18). Sum of RGB (Red+Green+Blue) = 183+78+18=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74E12 is #48B1ED. Grayscale: #666666. Windows color (decimal): -4764142 or 1199799. OLE color: 1199799.

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

Color convert

RGB 183 78 18 -
CMYK 0 0.57 0.90 0.28
HSL 21.82º 0.82% 0.39% -
HSV(B) 21.82º 0.9% 0.72% -
XYZ 22.36 15.56 2.4 -
YUV 102.56 80.29 185.38 -
System Red Green Blue C M Y K H S L
Decimal 183 78 18 0 0.57 0.90 0.28 21.82 0.82 0.39
Hex B7 4E 12 0 39 5A 1C 16 52 27
Octal 267 116 22 0 71 132 34 26 122 47
Binary 10110111 1001110 10010 0 111001 1011010 11100 10110 1010010 100111

Color Harmonies of #B74E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74E12

Black with #B74E12

Text Example


Text Example

White with #B74E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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