Html Css Color HEX #B7411D Rust

📋 copy color: '#B7411D'

red 183 ◦ green 65 ◦ blue 29

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

Shades of Rust #B7411D

Tints of Rust #B7411D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.47%

R = 66.06%
G = 23.47%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7411D (or 0xB7411D) is known color: Rust. HEX triplet: B7, 41 and 1D. RGB value is (183,65,29). Sum of RGB (Red+Green+Blue) = 183+65+29=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7411D is #48BEE2. Grayscale: #606060. Windows color (decimal): -4767459 or 1917367. OLE color: 1917367.

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

Color convert

RGB 183 65 29 -
CMYK 0 0.64 0.84 0.28
HSL 14.03º 0.73% 0.42% -
HSV(B) 14.03º 0.84% 0.72% -
XYZ 21.64 13.94 2.71 -
YUV 96.18 90.09 189.93 -
System Red Green Blue C M Y K H S L
Decimal 183 65 29 0 0.64 0.84 0.28 14.03 0.73 0.42
Hex B7 41 1D 0 40 54 1C E 49 2A
Octal 267 101 35 0 100 124 34 16 111 52
Binary 10110111 1000001 11101 0 1000000 1010100 11100 1110 1001001 101010

Color Harmonies of #B7411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7411D

Black with #B7411D

Text Example


Text Example

White with #B7411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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