Html Css Color HEX #B75310 Rust

📋 copy color: '#B75310'

red 183 ◦ green 83 ◦ blue 16

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

Shades of Rust #B75310

Tints of Rust #B75310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 64.89%
G = 29.43%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B75310 (or 0xB75310) is known color: Rust. HEX triplet: B7, 53 and 10. RGB value is (183,83,16). Sum of RGB (Red+Green+Blue) = 183+83+16=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B75310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75310 is #48ACEF. Grayscale: #696969. Windows color (decimal): -4762864 or 1070007. OLE color: 1070007.

HSL color Cylindrical-coordinate representation of color #B75310: hue angle of 24.07º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B75310 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 83 16 -
CMYK 0 0.55 0.91 0.28
HSL 24.07º 0.84% 0.39% -
HSV(B) 24.07º 0.91% 0.72% -
XYZ 22.72 16.29 2.44 -
YUV 105.26 77.63 183.45 -
System Red Green Blue C M Y K H S L
Decimal 183 83 16 0 0.55 0.91 0.28 24.07 0.84 0.39
Hex B7 53 10 0 37 5B 1C 18 54 27
Octal 267 123 20 0 67 133 34 30 124 47
Binary 10110111 1010011 10000 0 110111 1011011 11100 11000 1010100 100111

Color Harmonies of #B75310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75310

Black with #B75310

Text Example


Text Example

White with #B75310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75310; }

 p { color: rgb(183,83,16); }

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

background-color css

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

 a { background-color: rgb(183,83,16); }

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

border-color css

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

 span { border-color: rgb(183,83,16); }

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