Html Css Color HEX #B5430C Rust

📋 copy color: '#B5430C'

red 181 ◦ green 67 ◦ blue 12

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

Shades of Rust #B5430C

Tints of Rust #B5430C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 69.62%
G = 25.77%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5430C (or 0xB5430C) is known color: Rust. HEX triplet: B5, 43 and 0C. RGB value is (181,67,12). Sum of RGB (Red+Green+Blue) = 181+67+12=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5430C is #4ABCF3. Grayscale: #5F5F5F. Windows color (decimal): -4898036 or 803765. OLE color: 803765.

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

Color convert

RGB 181 67 12 -
CMYK 0 0.63 0.93 0.29
HSL 19.53º 0.88% 0.38% -
HSV(B) 19.53º 0.93% 0.71% -
XYZ 21.13 13.86 1.91 -
YUV 94.82 81.27 189.47 -
System Red Green Blue C M Y K H S L
Decimal 181 67 12 0 0.63 0.93 0.29 19.53 0.88 0.38
Hex B5 43 C 0 3F 5D 1D 14 58 26
Octal 265 103 14 0 77 135 35 24 130 46
Binary 10110101 1000011 1100 0 111111 1011101 11101 10100 1011000 100110

Color Harmonies of #B5430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5430C

Black with #B5430C

Text Example


Text Example

White with #B5430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5430C; }

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

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

background-color css

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

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

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

border-color css

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

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

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