Html Css Color HEX #B2410E Rust

📋 copy color: '#B2410E'

red 178 ◦ green 65 ◦ blue 14

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

Shades of Rust #B2410E

Tints of Rust #B2410E

RGB

 RED value IS 178 (69.92% from 255) = 69.26%

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

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 69.26%
G = 25.29%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2410E (or 0xB2410E) is known color: Rust. HEX triplet: B2, 41 and 0E. RGB value is (178,65,14). Sum of RGB (Red+Green+Blue) = 178+65+14=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2410E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2410E is #4DBEF1. Grayscale: #5D5D5D. Windows color (decimal): -5095154 or 934322. OLE color: 934322.

HSL color Cylindrical-coordinate representation of color #B2410E: hue angle of 18.66º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2410E is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 65 14 -
CMYK 0 0.63 0.92 0.30
HSL 18.66º 0.85% 0.38% -
HSV(B) 18.66º 0.92% 0.7% -
XYZ 20.33 13.28 1.91 -
YUV 92.97 83.44 188.65 -
System Red Green Blue C M Y K H S L
Decimal 178 65 14 0 0.63 0.92 0.30 18.66 0.85 0.38
Hex B2 41 E 0 3F 5C 1E 13 55 26
Octal 262 101 16 0 77 134 36 23 125 46
Binary 10110010 1000001 1110 0 111111 1011100 11110 10011 1010101 100110

Color Harmonies of #B2410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2410E

Black with #B2410E

Text Example


Text Example

White with #B2410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2410E; }

 p { color: rgb(178,65,14); }

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

background-color css

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

 a { background-color: rgb(178,65,14); }

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

border-color css

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

 span { border-color: rgb(178,65,14); }

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