Html Css Color HEX #B7451E Rust

📋 copy color: '#B7451E'

red 183 ◦ green 69 ◦ blue 30

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

Shades of Rust #B7451E

Tints of Rust #B7451E

RGB

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

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

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

R = 64.89%
G = 24.47%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7451E (or 0xB7451E) is known color: Rust. HEX triplet: B7, 45 and 1E. RGB value is (183,69,30). Sum of RGB (Red+Green+Blue) = 183+69+30=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7451E is #48BAE1. Grayscale: #626262. Windows color (decimal): -4766434 or 1983927. OLE color: 1983927.

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

Color convert

RGB 183 69 30 -
CMYK 0 0.62 0.84 0.28
HSL 15.29º 0.72% 0.42% -
HSV(B) 15.29º 0.84% 0.72% -
XYZ 21.89 14.42 2.86 -
YUV 98.64 89.27 188.17 -
System Red Green Blue C M Y K H S L
Decimal 183 69 30 0 0.62 0.84 0.28 15.29 0.72 0.42
Hex B7 45 1E 0 3E 54 1C F 48 2A
Octal 267 105 36 0 76 124 34 17 110 52
Binary 10110111 1000101 11110 0 111110 1010100 11100 1111 1001000 101010

Color Harmonies of #B7451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7451E

Black with #B7451E

Text Example


Text Example

White with #B7451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7451E; }

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

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

background-color css

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

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

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

border-color css

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

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

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