Html Css Color HEX #B75005 Rust

📋 copy color: '#B75005'

red 183 ◦ green 80 ◦ blue 5

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

Shades of Rust #B75005

Tints of Rust #B75005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 68.28%
G = 29.85%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B75005 (or 0xB75005) is known color: Rust. HEX triplet: B7, 50 and 05. RGB value is (183,80,5). Sum of RGB (Red+Green+Blue) = 183+80+5=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B75005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75005 is #48AFFA. Grayscale: #666666. Windows color (decimal): -4763643 or 348343. OLE color: 348343.

HSL color Cylindrical-coordinate representation of color #B75005: hue angle of 25.28º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B75005 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 80 5 -
CMYK 0 0.56 0.97 0.28
HSL 25.28º 0.95% 0.37% -
HSV(B) 25.28º 0.97% 0.72% -
XYZ 22.42 15.82 2.01 -
YUV 102.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 183 80 5 0 0.56 0.97 0.28 25.28 0.95 0.37
Hex B7 50 5 0 38 61 1C 19 5F 25
Octal 267 120 5 0 70 141 34 31 137 45
Binary 10110111 1010000 101 0 111000 1100001 11100 11001 1011111 100101

Color Harmonies of #B75005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75005

Black with #B75005

Text Example


Text Example

White with #B75005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75005; }

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

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

background-color css

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

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

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

border-color css

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

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

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