Html Css Color HEX #B7411A Rust

📋 copy color: '#B7411A'

red 183 ◦ green 65 ◦ blue 26

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

Shades of Rust #B7411A

Tints of Rust #B7411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.72%

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

R = 66.79%
G = 23.72%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7411A (or 0xB7411A) is known color: Rust. HEX triplet: B7, 41 and 1A. RGB value is (183,65,26). Sum of RGB (Red+Green+Blue) = 183+65+26=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B7411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7411A is #48BEE5. Grayscale: #606060. Windows color (decimal): -4767462 or 1720759. OLE color: 1720759.

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

Color convert

RGB 183 65 26 -
CMYK 0 0.64 0.86 0.28
HSL 14.9º 0.75% 0.41% -
HSV(B) 14.9º 0.86% 0.72% -
XYZ 21.61 13.92 2.53 -
YUV 95.84 88.59 190.17 -
System Red Green Blue C M Y K H S L
Decimal 183 65 26 0 0.64 0.86 0.28 14.9 0.75 0.41
Hex B7 41 1A 0 40 56 1C F 4B 29
Octal 267 101 32 0 100 126 34 17 113 51
Binary 10110111 1000001 11010 0 1000000 1010110 11100 1111 1001011 101001

Color Harmonies of #B7411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7411A

Black with #B7411A

Text Example


Text Example

White with #B7411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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