Html Css Color HEX #B7450E Rust

📋 copy color: '#B7450E'

red 183 ◦ green 69 ◦ blue 14

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

Shades of Rust #B7450E

Tints of Rust #B7450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 68.8%
G = 25.94%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7450E (or 0xB7450E) is known color: Rust. HEX triplet: B7, 45 and 0E. RGB value is (183,69,14). Sum of RGB (Red+Green+Blue) = 183+69+14=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B7450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7450E is #48BAF1. Grayscale: #616161. Windows color (decimal): -4766450 or 935351. OLE color: 935351.

HSL color Cylindrical-coordinate representation of color #B7450E: hue angle of 19.53º degrees, saturation: 0.86, 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 #B7450E is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 69 14 -
CMYK 0 0.62 0.92 0.28
HSL 19.53º 0.86% 0.39% -
HSV(B) 19.53º 0.92% 0.72% -
XYZ 21.74 14.36 2.04 -
YUV 96.82 81.27 189.47 -
System Red Green Blue C M Y K H S L
Decimal 183 69 14 0 0.62 0.92 0.28 19.53 0.86 0.39
Hex B7 45 E 0 3E 5C 1C 14 56 27
Octal 267 105 16 0 76 134 34 24 126 47
Binary 10110111 1000101 1110 0 111110 1011100 11100 10100 1010110 100111

Color Harmonies of #B7450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7450E

Black with #B7450E

Text Example


Text Example

White with #B7450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7450E; }

 p { color: rgb(183,69,14); }

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

background-color css

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

 a { background-color: rgb(183,69,14); }

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

border-color css

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

 span { border-color: rgb(183,69,14); }

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