Html Css Color HEX #B75001 Rust

📋 copy color: '#B75001'

red 183 ◦ green 80 ◦ blue 1

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

Shades of Rust #B75001

Tints of Rust #B75001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 69.32%
G = 30.3%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B75001 (or 0xB75001) is known color: Rust. HEX triplet: B7, 50 and 01. RGB value is (183,80,1). Sum of RGB (Red+Green+Blue) = 183+80+1=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B75001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75001 is #48AFFE. Grayscale: #666666. Windows color (decimal): -4763647 or 86199. OLE color: 86199.

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

Color convert

RGB 183 80 1 -
CMYK 0 0.56 0.99 0.28
HSL 26.04º 0.99% 0.36% -
HSV(B) 26.04º 0.99% 0.72% -
XYZ 22.4 15.81 1.9 -
YUV 101.79 71.12 185.92 -
System Red Green Blue C M Y K H S L
Decimal 183 80 1 0 0.56 0.99 0.28 26.04 0.99 0.36
Hex B7 50 1 0 38 63 1C 1A 63 24
Octal 267 120 1 0 70 143 34 32 143 44
Binary 10110111 1010000 1 0 111000 1100011 11100 11010 1100011 100100

Color Harmonies of #B75001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75001

Black with #B75001

Text Example


Text Example

White with #B75001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75001; }

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

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

background-color css

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

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

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

border-color css

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

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

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