Html Css Color HEX #B7461A Rust

📋 copy color: '#B7461A'

red 183 ◦ green 70 ◦ blue 26

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

Shades of Rust #B7461A

Tints of Rust #B7461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.09%

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 65.59%
G = 25.09%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7461A (or 0xB7461A) is known color: Rust. HEX triplet: B7, 46 and 1A. RGB value is (183,70,26). Sum of RGB (Red+Green+Blue) = 183+70+26=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7461A is #48B9E5. Grayscale: #636363. Windows color (decimal): -4766182 or 1722039. OLE color: 1722039.

HSL color Cylindrical-coordinate representation of color #B7461A: hue angle of 16.82º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7461A is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 70 26 -
CMYK 0 0.62 0.86 0.28
HSL 16.82º 0.75% 0.41% -
HSV(B) 16.82º 0.86% 0.72% -
XYZ 21.91 14.52 2.63 -
YUV 98.77 86.94 188.08 -
System Red Green Blue C M Y K H S L
Decimal 183 70 26 0 0.62 0.86 0.28 16.82 0.75 0.41
Hex B7 46 1A 0 3E 56 1C 11 4B 29
Octal 267 106 32 0 76 126 34 21 113 51
Binary 10110111 1000110 11010 0 111110 1010110 11100 10001 1001011 101001

Color Harmonies of #B7461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7461A

Black with #B7461A

Text Example


Text Example

White with #B7461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7461A; }

 p { color: rgb(183,70,26); }

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

background-color css

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

 a { background-color: rgb(183,70,26); }

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

border-color css

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

 span { border-color: rgb(183,70,26); }

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