Html Css Color HEX #B74C16 Rust

📋 copy color: '#B74C16'

red 183 ◦ green 76 ◦ blue 22

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

Shades of Rust #B74C16

Tints of Rust #B74C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.83%

R = 65.12%
G = 27.05%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B74C16 (or 0xB74C16) is known color: Rust. HEX triplet: B7, 4C and 16. RGB value is (183,76,22). Sum of RGB (Red+Green+Blue) = 183+76+22=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74C16 is #48B3E9. Grayscale: #666666. Windows color (decimal): -4764650 or 1461431. OLE color: 1461431.

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

Color convert

RGB 183 76 22 -
CMYK 0 0.58 0.88 0.28
HSL 20.12º 0.79% 0.4% -
HSV(B) 20.12º 0.88% 0.72% -
XYZ 22.26 15.29 2.54 -
YUV 101.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 183 76 22 0 0.58 0.88 0.28 20.12 0.79 0.4
Hex B7 4C 16 0 3A 58 1C 14 4F 28
Octal 267 114 26 0 72 130 34 24 117 50
Binary 10110111 1001100 10110 0 111010 1011000 11100 10100 1001111 101000

Color Harmonies of #B74C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C16

Black with #B74C16

Text Example


Text Example

White with #B74C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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