Html Css Color HEX #B75004 Rust

📋 copy color: '#B75004'

red 183 ◦ green 80 ◦ blue 4

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

Shades of Rust #B75004

Tints of Rust #B75004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 68.54%
G = 29.96%
B = 1.5%

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

#B75004 (or 0xB75004) is known color: Rust. HEX triplet: B7, 50 and 04. RGB value is (183,80,4). Sum of RGB (Red+Green+Blue) = 183+80+4=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B75004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75004 is #48AFFB. Grayscale: #666666. Windows color (decimal): -4763644 or 282807. OLE color: 282807.

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

Color convert

RGB 183 80 4 -
CMYK 0 0.56 0.98 0.28
HSL 25.47º 0.96% 0.37% -
HSV(B) 25.47º 0.98% 0.72% -
XYZ 22.42 15.81 1.99 -
YUV 102.13 72.62 185.68 -
System Red Green Blue C M Y K H S L
Decimal 183 80 4 0 0.56 0.98 0.28 25.47 0.96 0.37
Hex B7 50 4 0 38 62 1C 19 60 25
Octal 267 120 4 0 70 142 34 31 140 45
Binary 10110111 1010000 100 0 111000 1100010 11100 11001 1100000 100101

Color Harmonies of #B75004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75004

Black with #B75004

Text Example


Text Example

White with #B75004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75004; }

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

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

background-color css

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

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

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

border-color css

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

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

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