Html Css Color HEX #B5451D Rust

📋 copy color: '#B5451D'

red 181 ◦ green 69 ◦ blue 29

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

Shades of Rust #B5451D

Tints of Rust #B5451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.73%

 BLUE value IS 29 (11.72% from 255) = 10.39%

R = 64.87%
G = 24.73%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5451D (or 0xB5451D) is known color: Rust. HEX triplet: B5, 45 and 1D. RGB value is (181,69,29). Sum of RGB (Red+Green+Blue) = 181+69+29=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5451D is #4ABAE2. Grayscale: #626262. Windows color (decimal): -4897507 or 1918389. OLE color: 1918389.

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

Color convert

RGB 181 69 29 -
CMYK 0 0.62 0.84 0.29
HSL 15.79º 0.72% 0.41% -
HSV(B) 15.79º 0.84% 0.71% -
XYZ 21.41 14.17 2.77 -
YUV 97.93 89.11 187.25 -
System Red Green Blue C M Y K H S L
Decimal 181 69 29 0 0.62 0.84 0.29 15.79 0.72 0.41
Hex B5 45 1D 0 3E 54 1D 10 48 29
Octal 265 105 35 0 76 124 35 20 110 51
Binary 10110101 1000101 11101 0 111110 1010100 11101 10000 1001000 101001

Color Harmonies of #B5451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5451D

Black with #B5451D

Text Example


Text Example

White with #B5451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5451D; }

 p { color: rgb(181,69,29); }

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

background-color css

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

 a { background-color: rgb(181,69,29); }

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

border-color css

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

 span { border-color: rgb(181,69,29); }

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