Html Css Color HEX #B75015 Rust

📋 copy color: '#B75015'

red 183 ◦ green 80 ◦ blue 21

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

Shades of Rust #B75015

Tints of Rust #B75015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

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

R = 64.44%
G = 28.17%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B75015 (or 0xB75015) is known color: Rust. HEX triplet: B7, 50 and 15. RGB value is (183,80,21). Sum of RGB (Red+Green+Blue) = 183+80+21=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B75015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75015 is #48AFEA. Grayscale: #686868. Windows color (decimal): -4763627 or 1396919. OLE color: 1396919.

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

Color convert

RGB 183 80 21 -
CMYK 0 0.56 0.89 0.28
HSL 21.85º 0.79% 0.4% -
HSV(B) 21.85º 0.89% 0.72% -
XYZ 22.53 15.86 2.58 -
YUV 104.07 81.12 184.3 -
System Red Green Blue C M Y K H S L
Decimal 183 80 21 0 0.56 0.89 0.28 21.85 0.79 0.4
Hex B7 50 15 0 38 59 1C 16 4F 28
Octal 267 120 25 0 70 131 34 26 117 50
Binary 10110111 1010000 10101 0 111000 1011001 11100 10110 1001111 101000

Color Harmonies of #B75015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75015

Black with #B75015

Text Example


Text Example

White with #B75015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75015; }

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

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

background-color css

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

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

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

border-color css

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

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

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