Html Css Color HEX #B5421D Rust

📋 copy color: '#B5421D'

red 181 ◦ green 66 ◦ blue 29

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

Shades of Rust #B5421D

Tints of Rust #B5421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.91%

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

R = 65.58%
G = 23.91%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5421D (or 0xB5421D) is known color: Rust. HEX triplet: B5, 42 and 1D. RGB value is (181,66,29). Sum of RGB (Red+Green+Blue) = 181+66+29=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5421D is #4ABDE2. Grayscale: #606060. Windows color (decimal): -4898275 or 1917621. OLE color: 1917621.

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

Color convert

RGB 181 66 29 -
CMYK 0 0.64 0.84 0.29
HSL 14.61º 0.72% 0.41% -
HSV(B) 14.61º 0.84% 0.71% -
XYZ 21.23 13.81 2.71 -
YUV 96.17 90.1 188.51 -
System Red Green Blue C M Y K H S L
Decimal 181 66 29 0 0.64 0.84 0.29 14.61 0.72 0.41
Hex B5 42 1D 0 40 54 1D F 48 29
Octal 265 102 35 0 100 124 35 17 110 51
Binary 10110101 1000010 11101 0 1000000 1010100 11101 1111 1001000 101001

Color Harmonies of #B5421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5421D

Black with #B5421D

Text Example


Text Example

White with #B5421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5421D; }

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

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

background-color css

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

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

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

border-color css

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

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

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