Html Css Color HEX #B74F15 Rust

📋 copy color: '#B74F15'

red 183 ◦ green 79 ◦ blue 21

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

Shades of Rust #B74F15

Tints of Rust #B74F15

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.92%

 BLUE value IS 21 (8.59% from 255) = 7.42%

R = 64.66%
G = 27.92%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B74F15 (or 0xB74F15) is known color: Rust. HEX triplet: B7, 4F and 15. RGB value is (183,79,21). Sum of RGB (Red+Green+Blue) = 183+79+21=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74F15 is #48B0EA. Grayscale: #676767. Windows color (decimal): -4763883 or 1396663. OLE color: 1396663.

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

Color convert

RGB 183 79 21 -
CMYK 0 0.57 0.89 0.28
HSL 21.48º 0.79% 0.4% -
HSV(B) 21.48º 0.89% 0.72% -
XYZ 22.46 15.71 2.56 -
YUV 103.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 183 79 21 0 0.57 0.89 0.28 21.48 0.79 0.4
Hex B7 4F 15 0 39 59 1C 15 4F 28
Octal 267 117 25 0 71 131 34 25 117 50
Binary 10110111 1001111 10101 0 111001 1011001 11100 10101 1001111 101000

Color Harmonies of #B74F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F15

Black with #B74F15

Text Example


Text Example

White with #B74F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F15; }

 p { color: rgb(183,79,21); }

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

background-color css

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

 a { background-color: rgb(183,79,21); }

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

border-color css

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

 span { border-color: rgb(183,79,21); }

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