Html Css Color HEX #B7411E Rust

📋 copy color: '#B7411E'

red 183 ◦ green 65 ◦ blue 30

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

Shades of Rust #B7411E

Tints of Rust #B7411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 65.83%
G = 23.38%
B = 10.79%

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

#B7411E (or 0xB7411E) is known color: Rust. HEX triplet: B7, 41 and 1E. RGB value is (183,65,30). Sum of RGB (Red+Green+Blue) = 183+65+30=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7411E is #48BEE1. Grayscale: #606060. Windows color (decimal): -4767458 or 1982903. OLE color: 1982903.

HSL color Cylindrical-coordinate representation of color #B7411E: hue angle of 13.73º degrees, saturation: 0.72, 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 #B7411E is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 65 30 -
CMYK 0 0.64 0.84 0.28
HSL 13.73º 0.72% 0.42% -
HSV(B) 13.73º 0.84% 0.72% -
XYZ 21.65 13.94 2.78 -
YUV 96.29 90.59 189.85 -
System Red Green Blue C M Y K H S L
Decimal 183 65 30 0 0.64 0.84 0.28 13.73 0.72 0.42
Hex B7 41 1E 0 40 54 1C E 48 2A
Octal 267 101 36 0 100 124 34 16 110 52
Binary 10110111 1000001 11110 0 1000000 1010100 11100 1110 1001000 101010

Color Harmonies of #B7411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7411E

Black with #B7411E

Text Example


Text Example

White with #B7411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7411E; }

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

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

background-color css

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

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

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

border-color css

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

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

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