Html Css Color HEX #B5410A Rust

📋 copy color: '#B5410A'

red 181 ◦ green 65 ◦ blue 10

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

Shades of Rust #B5410A

Tints of Rust #B5410A

RGB

 RED value IS 181 (71.09% from 255) = 70.7%

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

 BLUE value IS 10 (4.3% from 255) = 3.91%

R = 70.7%
G = 25.39%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5410A (or 0xB5410A) is known color: Rust. HEX triplet: B5, 41 and 0A. RGB value is (181,65,10). Sum of RGB (Red+Green+Blue) = 181+65+10=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B5410A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5410A is #4ABEF5. Grayscale: #5D5D5D. Windows color (decimal): -4898550 or 672181. OLE color: 672181.

HSL color Cylindrical-coordinate representation of color #B5410A: hue angle of 19.3º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5410A is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 65 10 -
CMYK 0 0.64 0.94 0.29
HSL 19.3º 0.9% 0.37% -
HSV(B) 19.3º 0.94% 0.71% -
XYZ 21 13.63 1.81 -
YUV 93.41 80.93 190.47 -
System Red Green Blue C M Y K H S L
Decimal 181 65 10 0 0.64 0.94 0.29 19.3 0.9 0.37
Hex B5 41 A 0 40 5E 1D 13 5A 25
Octal 265 101 12 0 100 136 35 23 132 45
Binary 10110101 1000001 1010 0 1000000 1011110 11101 10011 1011010 100101

Color Harmonies of #B5410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5410A

Black with #B5410A

Text Example


Text Example

White with #B5410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5410A; }

 p { color: rgb(181,65,10); }

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

background-color css

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

 a { background-color: rgb(181,65,10); }

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

border-color css

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

 span { border-color: rgb(181,65,10); }

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