Html Css Color HEX #B5351A Rust

📋 copy color: '#B5351A'

red 181 ◦ green 53 ◦ blue 26

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

Shades of Rust #B5351A

Tints of Rust #B5351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.38%

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

R = 69.62%
G = 20.38%
B = 10%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5351A (or 0xB5351A) is known color: Rust. HEX triplet: B5, 35 and 1A. RGB value is (181,53,26). Sum of RGB (Red+Green+Blue) = 181+53+26=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5351A is #4ACAE5. Grayscale: #585858. Windows color (decimal): -4901606 or 1717685. OLE color: 1717685.

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

Color convert

RGB 181 53 26 -
CMYK 0 0.71 0.86 0.29
HSL 10.45º 0.75% 0.41% -
HSV(B) 10.45º 0.86% 0.71% -
XYZ 20.52 12.44 2.3 -
YUV 88.19 92.91 194.2 -
System Red Green Blue C M Y K H S L
Decimal 181 53 26 0 0.71 0.86 0.29 10.45 0.75 0.41
Hex B5 35 1A 0 47 56 1D A 4B 29
Octal 265 65 32 0 107 126 35 12 113 51
Binary 10110101 110101 11010 0 1000111 1010110 11101 1010 1001011 101001

Color Harmonies of #B5351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5351A

Black with #B5351A

Text Example


Text Example

White with #B5351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5351A; }

 p { color: rgb(181,53,26); }

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

background-color css

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

 a { background-color: rgb(181,53,26); }

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

border-color css

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

 span { border-color: rgb(181,53,26); }

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