Html Css Color HEX #B74C0E Rust

📋 copy color: '#B74C0E'

red 183 ◦ green 76 ◦ blue 14

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

Shades of Rust #B74C0E

Tints of Rust #B74C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.84%

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 67.03%
G = 27.84%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B74C0E (or 0xB74C0E) is known color: Rust. HEX triplet: B7, 4C and 0E. RGB value is (183,76,14). Sum of RGB (Red+Green+Blue) = 183+76+14=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74C0E is #48B3F1. Grayscale: #656565. Windows color (decimal): -4764658 or 937143. OLE color: 937143.

HSL color Cylindrical-coordinate representation of color #B74C0E: hue angle of 22.01º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B74C0E is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 76 14 -
CMYK 0 0.58 0.92 0.28
HSL 22.01º 0.86% 0.39% -
HSV(B) 22.01º 0.92% 0.72% -
XYZ 22.19 15.27 2.19 -
YUV 100.93 78.95 186.54 -
System Red Green Blue C M Y K H S L
Decimal 183 76 14 0 0.58 0.92 0.28 22.01 0.86 0.39
Hex B7 4C E 0 3A 5C 1C 16 56 27
Octal 267 114 16 0 72 134 34 26 126 47
Binary 10110111 1001100 1110 0 111010 1011100 11100 10110 1010110 100111

Color Harmonies of #B74C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C0E

Black with #B74C0E

Text Example


Text Example

White with #B74C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C0E; }

 p { color: rgb(183,76,14); }

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

background-color css

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

 a { background-color: rgb(183,76,14); }

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

border-color css

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

 span { border-color: rgb(183,76,14); }

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