Html Css Color HEX #B5431E Rust

📋 copy color: '#B5431E'

red 181 ◦ green 67 ◦ blue 30

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

Shades of Rust #B5431E

Tints of Rust #B5431E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.1%

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 65.11%
G = 24.1%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5431E (or 0xB5431E) is known color: Rust. HEX triplet: B5, 43 and 1E. RGB value is (181,67,30). Sum of RGB (Red+Green+Blue) = 181+67+30=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5431E is #4ABCE1. Grayscale: #616161. Windows color (decimal): -4898018 or 1983413. OLE color: 1983413.

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

Color convert

RGB 181 67 30 -
CMYK 0 0.63 0.83 0.29
HSL 14.7º 0.72% 0.41% -
HSV(B) 14.7º 0.83% 0.71% -
XYZ 21.3 13.93 2.79 -
YUV 96.87 90.27 188.01 -
System Red Green Blue C M Y K H S L
Decimal 181 67 30 0 0.63 0.83 0.29 14.7 0.72 0.41
Hex B5 43 1E 0 3F 53 1D F 48 29
Octal 265 103 36 0 77 123 35 17 110 51
Binary 10110101 1000011 11110 0 111111 1010011 11101 1111 1001000 101001

Color Harmonies of #B5431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5431E

Black with #B5431E

Text Example


Text Example

White with #B5431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5431E; }

 p { color: rgb(181,67,30); }

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

background-color css

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

 a { background-color: rgb(181,67,30); }

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

border-color css

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

 span { border-color: rgb(181,67,30); }

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