Html Css Color HEX #B7470A Rust

📋 copy color: '#B7470A'

red 183 ◦ green 71 ◦ blue 10

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

Shades of Rust #B7470A

Tints of Rust #B7470A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.89%

 BLUE value IS 10 (4.3% from 255) = 3.79%

R = 69.32%
G = 26.89%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B7470A (or 0xB7470A) is known color: Rust. HEX triplet: B7, 47 and 0A. RGB value is (183,71,10). Sum of RGB (Red+Green+Blue) = 183+71+10=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B7470A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7470A is #48B8F5. Grayscale: #616161. Windows color (decimal): -4765942 or 673719. OLE color: 673719.

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

Color convert

RGB 183 71 10 -
CMYK 0 0.61 0.95 0.28
HSL 21.16º 0.9% 0.38% -
HSV(B) 21.16º 0.95% 0.72% -
XYZ 21.84 14.6 1.95 -
YUV 97.53 78.61 188.96 -
System Red Green Blue C M Y K H S L
Decimal 183 71 10 0 0.61 0.95 0.28 21.16 0.9 0.38
Hex B7 47 A 0 3D 5F 1C 15 5A 26
Octal 267 107 12 0 75 137 34 25 132 46
Binary 10110111 1000111 1010 0 111101 1011111 11100 10101 1011010 100110

Color Harmonies of #B7470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7470A

Black with #B7470A

Text Example


Text Example

White with #B7470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7470A; }

 p { color: rgb(183,71,10); }

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

background-color css

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

 a { background-color: rgb(183,71,10); }

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

border-color css

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

 span { border-color: rgb(183,71,10); }

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