Html Css Color HEX #B75003 Rust

📋 copy color: '#B75003'

red 183 ◦ green 80 ◦ blue 3

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

Shades of Rust #B75003

Tints of Rust #B75003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 68.8%
G = 30.08%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B75003 (or 0xB75003) is known color: Rust. HEX triplet: B7, 50 and 03. RGB value is (183,80,3). Sum of RGB (Red+Green+Blue) = 183+80+3=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B75003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75003 is #48AFFC. Grayscale: #666666. Windows color (decimal): -4763645 or 217271. OLE color: 217271.

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

Color convert

RGB 183 80 3 -
CMYK 0 0.56 0.98 0.28
HSL 25.67º 0.97% 0.36% -
HSV(B) 25.67º 0.98% 0.72% -
XYZ 22.41 15.81 1.96 -
YUV 102.02 72.12 185.76 -
System Red Green Blue C M Y K H S L
Decimal 183 80 3 0 0.56 0.98 0.28 25.67 0.97 0.36
Hex B7 50 3 0 38 62 1C 1A 61 24
Octal 267 120 3 0 70 142 34 32 141 44
Binary 10110111 1010000 11 0 111000 1100010 11100 11010 1100001 100100

Color Harmonies of #B75003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75003

Black with #B75003

Text Example


Text Example

White with #B75003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75003; }

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

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

background-color css

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

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

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

border-color css

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

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

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