Html Css Color HEX #B7480C Rust

📋 copy color: '#B7480C'

red 183 ◦ green 72 ◦ blue 12

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

Shades of Rust #B7480C

Tints of Rust #B7480C

RGB

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

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

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

R = 68.54%
G = 26.97%
B = 4.49%

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

#B7480C (or 0xB7480C) is known color: Rust. HEX triplet: B7, 48 and 0C. RGB value is (183,72,12). Sum of RGB (Red+Green+Blue) = 183+72+12=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B7480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7480C is #48B7F3. Grayscale: #626262. Windows color (decimal): -4765684 or 805047. OLE color: 805047.

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

Color convert

RGB 183 72 12 -
CMYK 0 0.61 0.93 0.28
HSL 21.05º 0.88% 0.38% -
HSV(B) 21.05º 0.93% 0.72% -
XYZ 21.91 14.73 2.04 -
YUV 98.35 79.27 188.38 -
System Red Green Blue C M Y K H S L
Decimal 183 72 12 0 0.61 0.93 0.28 21.05 0.88 0.38
Hex B7 48 C 0 3D 5D 1C 15 58 26
Octal 267 110 14 0 75 135 34 25 130 46
Binary 10110111 1001000 1100 0 111101 1011101 11100 10101 1011000 100110

Color Harmonies of #B7480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7480C

Black with #B7480C

Text Example


Text Example

White with #B7480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7480C; }

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

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

background-color css

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

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

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

border-color css

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

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

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