Html Css Color HEX #B74013 Rust

📋 copy color: '#B74013'

red 183 ◦ green 64 ◦ blue 19

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

Shades of Rust #B74013

Tints of Rust #B74013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.06%

 BLUE value IS 19 (7.81% from 255) = 7.14%

R = 68.8%
G = 24.06%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B74013 (or 0xB74013) is known color: Rust. HEX triplet: B7, 40 and 13. RGB value is (183,64,19). Sum of RGB (Red+Green+Blue) = 183+64+19=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B74013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74013 is #48BFEC. Grayscale: #5E5E5E. Windows color (decimal): -4767725 or 1261751. OLE color: 1261751.

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

Color convert

RGB 183 64 19 -
CMYK 0 0.65 0.90 0.28
HSL 16.46º 0.81% 0.4% -
HSV(B) 16.46º 0.9% 0.72% -
XYZ 21.48 13.78 2.14 -
YUV 94.45 85.42 191.16 -
System Red Green Blue C M Y K H S L
Decimal 183 64 19 0 0.65 0.90 0.28 16.46 0.81 0.4
Hex B7 40 13 0 41 5A 1C 10 51 28
Octal 267 100 23 0 101 132 34 20 121 50
Binary 10110111 1000000 10011 0 1000001 1011010 11100 10000 1010001 101000

Color Harmonies of #B74013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74013

Black with #B74013

Text Example


Text Example

White with #B74013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74013; }

 p { color: rgb(183,64,19); }

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

background-color css

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

 a { background-color: rgb(183,64,19); }

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

border-color css

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

 span { border-color: rgb(183,64,19); }

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