Html Css Color HEX #B74315 Rust

📋 copy color: '#B74315'

red 183 ◦ green 67 ◦ blue 21

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

Shades of Rust #B74315

Tints of Rust #B74315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

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

R = 67.53%
G = 24.72%
B = 7.75%

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

#B74315 (or 0xB74315) is known color: Rust. HEX triplet: B7, 43 and 15. RGB value is (183,67,21). Sum of RGB (Red+Green+Blue) = 183+67+21=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B74315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74315 is #48BCEA. Grayscale: #606060. Windows color (decimal): -4766955 or 1393591. OLE color: 1393591.

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

Color convert

RGB 183 67 21 -
CMYK 0 0.63 0.89 0.28
HSL 17.04º 0.79% 0.4% -
HSV(B) 17.04º 0.89% 0.72% -
XYZ 21.67 14.14 2.3 -
YUV 96.44 85.43 189.74 -
System Red Green Blue C M Y K H S L
Decimal 183 67 21 0 0.63 0.89 0.28 17.04 0.79 0.4
Hex B7 43 15 0 3F 59 1C 11 4F 28
Octal 267 103 25 0 77 131 34 21 117 50
Binary 10110111 1000011 10101 0 111111 1011001 11100 10001 1001111 101000

Color Harmonies of #B74315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74315

Black with #B74315

Text Example


Text Example

White with #B74315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74315; }

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

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

background-color css

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

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

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

border-color css

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

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

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