Html Css Color HEX #B7411C Rust

📋 copy color: '#B7411C'

red 183 ◦ green 65 ◦ blue 28

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

Shades of Rust #B7411C

Tints of Rust #B7411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.14%

R = 66.3%
G = 23.55%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7411C (or 0xB7411C) is known color: Rust. HEX triplet: B7, 41 and 1C. RGB value is (183,65,28). Sum of RGB (Red+Green+Blue) = 183+65+28=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B7411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7411C is #48BEE3. Grayscale: #606060. Windows color (decimal): -4767460 or 1851831. OLE color: 1851831.

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

Color convert

RGB 183 65 28 -
CMYK 0 0.64 0.85 0.28
HSL 14.32º 0.73% 0.41% -
HSV(B) 14.32º 0.85% 0.72% -
XYZ 21.63 13.93 2.65 -
YUV 96.06 89.59 190.01 -
System Red Green Blue C M Y K H S L
Decimal 183 65 28 0 0.64 0.85 0.28 14.32 0.73 0.41
Hex B7 41 1C 0 40 55 1C E 49 29
Octal 267 101 34 0 100 125 34 16 111 51
Binary 10110111 1000001 11100 0 1000000 1010101 11100 1110 1001001 101001

Color Harmonies of #B7411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7411C

Black with #B7411C

Text Example


Text Example

White with #B7411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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