Html Css Color HEX #B7431E Rust

📋 copy color: '#B7431E'

red 183 ◦ green 67 ◦ blue 30

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

Shades of Rust #B7431E

Tints of Rust #B7431E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.93%

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

R = 65.36%
G = 23.93%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7431E (or 0xB7431E) is known color: Rust. HEX triplet: B7, 43 and 1E. RGB value is (183,67,30). Sum of RGB (Red+Green+Blue) = 183+67+30=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B7431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7431E is #48BCE1. Grayscale: #616161. Windows color (decimal): -4766946 or 1983415. OLE color: 1983415.

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

Color convert

RGB 183 67 30 -
CMYK 0 0.63 0.84 0.28
HSL 14.51º 0.72% 0.42% -
HSV(B) 14.51º 0.84% 0.72% -
XYZ 21.77 14.18 2.82 -
YUV 97.47 89.93 189.01 -
System Red Green Blue C M Y K H S L
Decimal 183 67 30 0 0.63 0.84 0.28 14.51 0.72 0.42
Hex B7 43 1E 0 3F 54 1C F 48 2A
Octal 267 103 36 0 77 124 34 17 110 52
Binary 10110111 1000011 11110 0 111111 1010100 11100 1111 1001000 101010

Color Harmonies of #B7431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7431E

Black with #B7431E

Text Example


Text Example

White with #B7431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7431E; }

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

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

background-color css

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

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

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

border-color css

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

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

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