Html Css Color HEX #B7400F Rust

📋 copy color: '#B7400F'

red 183 ◦ green 64 ◦ blue 15

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

Shades of Rust #B7400F

Tints of Rust #B7400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 69.85%
G = 24.43%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7400F (or 0xB7400F) is known color: Rust. HEX triplet: B7, 40 and 0F. RGB value is (183,64,15). Sum of RGB (Red+Green+Blue) = 183+64+15=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7400F is #48BFF0. Grayscale: #5E5E5E. Windows color (decimal): -4767729 or 999607. OLE color: 999607.

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

Color convert

RGB 183 64 15 -
CMYK 0 0.65 0.92 0.28
HSL 17.5º 0.85% 0.39% -
HSV(B) 17.5º 0.92% 0.72% -
XYZ 21.45 13.77 1.98 -
YUV 94 83.42 191.48 -
System Red Green Blue C M Y K H S L
Decimal 183 64 15 0 0.65 0.92 0.28 17.5 0.85 0.39
Hex B7 40 F 0 41 5C 1C 12 55 27
Octal 267 100 17 0 101 134 34 22 125 47
Binary 10110111 1000000 1111 0 1000001 1011100 11100 10010 1010101 100111

Color Harmonies of #B7400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7400F

Black with #B7400F

Text Example


Text Example

White with #B7400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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