Html Css Color HEX #B7401E Rust

📋 copy color: '#B7401E'

red 183 ◦ green 64 ◦ blue 30

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

Shades of Rust #B7401E

Tints of Rust #B7401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

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

R = 66.06%
G = 23.1%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7401E (or 0xB7401E) is known color: Rust. HEX triplet: B7, 40 and 1E. RGB value is (183,64,30). Sum of RGB (Red+Green+Blue) = 183+64+30=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7401E is #48BFE1. Grayscale: #5F5F5F. Windows color (decimal): -4767714 or 1982647. OLE color: 1982647.

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

Color convert

RGB 183 64 30 -
CMYK 0 0.65 0.84 0.28
HSL 13.33º 0.72% 0.42% -
HSV(B) 13.33º 0.84% 0.72% -
XYZ 21.6 13.83 2.76 -
YUV 95.71 90.92 190.26 -
System Red Green Blue C M Y K H S L
Decimal 183 64 30 0 0.65 0.84 0.28 13.33 0.72 0.42
Hex B7 40 1E 0 41 54 1C D 48 2A
Octal 267 100 36 0 101 124 34 15 110 52
Binary 10110111 1000000 11110 0 1000001 1010100 11100 1101 1001000 101010

Color Harmonies of #B7401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7401E

Black with #B7401E

Text Example


Text Example

White with #B7401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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