Html Css Color HEX #B7410C Rust

📋 copy color: '#B7410C'

red 183 ◦ green 65 ◦ blue 12

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

Shades of Rust #B7410C

Tints of Rust #B7410C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 70.38%
G = 25%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7410C (or 0xB7410C) is known color: Rust. HEX triplet: B7, 41 and 0C. RGB value is (183,65,12). Sum of RGB (Red+Green+Blue) = 183+65+12=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B7410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7410C is #48BEF3. Grayscale: #5E5E5E. Windows color (decimal): -4767476 or 803255. OLE color: 803255.

HSL color Cylindrical-coordinate representation of color #B7410C: hue angle of 18.6º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7410C is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 65 12 -
CMYK 0 0.64 0.93 0.28
HSL 18.6º 0.88% 0.38% -
HSV(B) 18.6º 0.93% 0.72% -
XYZ 21.49 13.87 1.89 -
YUV 94.24 81.59 191.31 -
System Red Green Blue C M Y K H S L
Decimal 183 65 12 0 0.64 0.93 0.28 18.6 0.88 0.38
Hex B7 41 C 0 40 5D 1C 13 58 26
Octal 267 101 14 0 100 135 34 23 130 46
Binary 10110111 1000001 1100 0 1000000 1011101 11100 10011 1011000 100110

Color Harmonies of #B7410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7410C

Black with #B7410C

Text Example


Text Example

White with #B7410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7410C; }

 p { color: rgb(183,65,12); }

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

background-color css

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

 a { background-color: rgb(183,65,12); }

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

border-color css

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

 span { border-color: rgb(183,65,12); }

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