Html Css Color HEX #B0410C Rust

📋 copy color: '#B0410C'

red 176 ◦ green 65 ◦ blue 12

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

Shades of Rust #B0410C

Tints of Rust #B0410C

RGB

 RED value IS 176 (69.14% from 255) = 69.57%

 GREEN value IS 65 (25.78% from 255) = 25.69%

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

R = 69.57%
G = 25.69%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0410C (or 0xB0410C) is known color: Rust. HEX triplet: B0, 41 and 0C. RGB value is (176,65,12). Sum of RGB (Red+Green+Blue) = 176+65+12=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B0410C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0410C is #4FBEF3. Grayscale: #5C5C5C. Windows color (decimal): -5226228 or 803248. OLE color: 803248.

HSL color Cylindrical-coordinate representation of color #B0410C: hue angle of 19.39º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0410C is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 65 12 -
CMYK 0 0.63 0.93 0.31
HSL 19.39º 0.87% 0.37% -
HSV(B) 19.39º 0.93% 0.69% -
XYZ 19.86 13.04 1.82 -
YUV 92.15 82.77 187.81 -
System Red Green Blue C M Y K H S L
Decimal 176 65 12 0 0.63 0.93 0.31 19.39 0.87 0.37
Hex B0 41 C 0 3F 5D 1F 13 57 25
Octal 260 101 14 0 77 135 37 23 127 45
Binary 10110000 1000001 1100 0 111111 1011101 11111 10011 1010111 100101

Color Harmonies of #B0410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0410C

Black with #B0410C

Text Example


Text Example

White with #B0410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0410C; }

 p { color: rgb(176,65,12); }

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

background-color css

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

 a { background-color: rgb(176,65,12); }

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

border-color css

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

 span { border-color: rgb(176,65,12); }

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