Html Css Color HEX #B7401A Rust

📋 copy color: '#B7401A'

red 183 ◦ green 64 ◦ blue 26

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

Shades of Rust #B7401A

Tints of Rust #B7401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

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

R = 67.03%
G = 23.44%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7401A (or 0xB7401A) is known color: Rust. HEX triplet: B7, 40 and 1A. RGB value is (183,64,26). Sum of RGB (Red+Green+Blue) = 183+64+26=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B7401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7401A is #48BFE5. Grayscale: #5F5F5F. Windows color (decimal): -4767718 or 1720503. OLE color: 1720503.

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

Color convert

RGB 183 64 26 -
CMYK 0 0.65 0.86 0.28
HSL 14.52º 0.75% 0.41% -
HSV(B) 14.52º 0.86% 0.72% -
XYZ 21.55 13.81 2.51 -
YUV 95.25 88.92 190.59 -
System Red Green Blue C M Y K H S L
Decimal 183 64 26 0 0.65 0.86 0.28 14.52 0.75 0.41
Hex B7 40 1A 0 41 56 1C F 4B 29
Octal 267 100 32 0 101 126 34 17 113 51
Binary 10110111 1000000 11010 0 1000001 1010110 11100 1111 1001011 101001

Color Harmonies of #B7401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7401A

Black with #B7401A

Text Example


Text Example

White with #B7401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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