Html Css Color HEX #B2410F Rust

📋 copy color: '#B2410F'

red 178 ◦ green 65 ◦ blue 15

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

Shades of Rust #B2410F

Tints of Rust #B2410F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 68.99%
G = 25.19%
B = 5.81%

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

#B2410F (or 0xB2410F) is known color: Rust. HEX triplet: B2, 41 and 0F. RGB value is (178,65,15). Sum of RGB (Red+Green+Blue) = 178+65+15=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B2410F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2410F is #4DBEF0. Grayscale: #5D5D5D. Windows color (decimal): -5095153 or 999858. OLE color: 999858.

HSL color Cylindrical-coordinate representation of color #B2410F: hue angle of 18.4º degrees, saturation: 0.84, 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 #B2410F is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 65 15 -
CMYK 0 0.63 0.92 0.30
HSL 18.4º 0.84% 0.38% -
HSV(B) 18.4º 0.92% 0.7% -
XYZ 20.34 13.28 1.94 -
YUV 93.09 83.94 188.57 -
System Red Green Blue C M Y K H S L
Decimal 178 65 15 0 0.63 0.92 0.30 18.4 0.84 0.38
Hex B2 41 F 0 3F 5C 1E 12 54 26
Octal 262 101 17 0 77 134 36 22 124 46
Binary 10110010 1000001 1111 0 111111 1011100 11110 10010 1010100 100110

Color Harmonies of #B2410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2410F

Black with #B2410F

Text Example


Text Example

White with #B2410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2410F; }

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

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

background-color css

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

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

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

border-color css

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

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

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