Html Css Color HEX #B3420C Rust

📋 copy color: '#B3420C'

red 179 ◦ green 66 ◦ blue 12

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

Shades of Rust #B3420C

Tints of Rust #B3420C

RGB

 RED value IS 179 (70.31% from 255) = 69.65%

 GREEN value IS 66 (26.17% from 255) = 25.68%

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

R = 69.65%
G = 25.68%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3420C (or 0xB3420C) is known color: Rust. HEX triplet: B3, 42 and 0C. RGB value is (179,66,12). Sum of RGB (Red+Green+Blue) = 179+66+12=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B3420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3420C is #4CBDF3. Grayscale: #5D5D5D. Windows color (decimal): -5029364 or 803507. OLE color: 803507.

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

Color convert

RGB 179 66 12 -
CMYK 0 0.63 0.93 0.30
HSL 19.4º 0.87% 0.37% -
HSV(B) 19.4º 0.93% 0.7% -
XYZ 20.6 13.51 1.87 -
YUV 93.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 179 66 12 0 0.63 0.93 0.30 19.4 0.87 0.37
Hex B3 42 C 0 3F 5D 1E 13 57 25
Octal 263 102 14 0 77 135 36 23 127 45
Binary 10110011 1000010 1100 0 111111 1011101 11110 10011 1010111 100101

Color Harmonies of #B3420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3420C

Black with #B3420C

Text Example


Text Example

White with #B3420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3420C; }

 p { color: rgb(179,66,12); }

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

background-color css

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

 a { background-color: rgb(179,66,12); }

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

border-color css

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

 span { border-color: rgb(179,66,12); }

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