Html Css Color HEX #B74415 Rust

📋 copy color: '#B74415'

red 183 ◦ green 68 ◦ blue 21

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

Shades of Rust #B74415

Tints of Rust #B74415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25%

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

R = 67.28%
G = 25%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B74415 (or 0xB74415) is known color: Rust. HEX triplet: B7, 44 and 15. RGB value is (183,68,21). Sum of RGB (Red+Green+Blue) = 183+68+21=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B74415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74415 is #48BBEA. Grayscale: #616161. Windows color (decimal): -4766699 or 1393847. OLE color: 1393847.

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

Color convert

RGB 183 68 21 -
CMYK 0 0.63 0.89 0.28
HSL 17.41º 0.79% 0.4% -
HSV(B) 17.41º 0.89% 0.72% -
XYZ 21.73 14.26 2.32 -
YUV 97.03 85.1 189.32 -
System Red Green Blue C M Y K H S L
Decimal 183 68 21 0 0.63 0.89 0.28 17.41 0.79 0.4
Hex B7 44 15 0 3F 59 1C 11 4F 28
Octal 267 104 25 0 77 131 34 21 117 50
Binary 10110111 1000100 10101 0 111111 1011001 11100 10001 1001111 101000

Color Harmonies of #B74415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74415

Black with #B74415

Text Example


Text Example

White with #B74415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74415; }

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

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

background-color css

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

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

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

border-color css

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

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

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