Html Css Color HEX #B7480D Rust

📋 copy color: '#B7480D'

red 183 ◦ green 72 ◦ blue 13

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

Shades of Rust #B7480D

Tints of Rust #B7480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.87%

 BLUE value IS 13 (5.47% from 255) = 4.85%

R = 68.28%
G = 26.87%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7480D (or 0xB7480D) is known color: Rust. HEX triplet: B7, 48 and 0D. RGB value is (183,72,13). Sum of RGB (Red+Green+Blue) = 183+72+13=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B7480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7480D is #48B7F2. Grayscale: #626262. Windows color (decimal): -4765683 or 870583. OLE color: 870583.

HSL color Cylindrical-coordinate representation of color #B7480D: hue angle of 20.82º degrees, saturation: 0.87, 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 #B7480D is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 72 13 -
CMYK 0 0.61 0.93 0.28
HSL 20.82º 0.87% 0.38% -
HSV(B) 20.82º 0.93% 0.72% -
XYZ 21.92 14.73 2.07 -
YUV 98.46 79.77 188.3 -
System Red Green Blue C M Y K H S L
Decimal 183 72 13 0 0.61 0.93 0.28 20.82 0.87 0.38
Hex B7 48 D 0 3D 5D 1C 15 57 26
Octal 267 110 15 0 75 135 34 25 127 46
Binary 10110111 1001000 1101 0 111101 1011101 11100 10101 1010111 100110

Color Harmonies of #B7480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7480D

Black with #B7480D

Text Example


Text Example

White with #B7480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7480D; }

 p { color: rgb(183,72,13); }

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

background-color css

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

 a { background-color: rgb(183,72,13); }

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

border-color css

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

 span { border-color: rgb(183,72,13); }

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