Html Css Color HEX #B3400C Rust

📋 copy color: '#B3400C'

red 179 ◦ green 64 ◦ blue 12

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

Shades of Rust #B3400C

Tints of Rust #B3400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.1%

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

R = 70.2%
G = 25.1%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3400C (or 0xB3400C) is known color: Rust. HEX triplet: B3, 40 and 0C. RGB value is (179,64,12). Sum of RGB (Red+Green+Blue) = 179+64+12=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B3400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3400C is #4CBFF3. Grayscale: #5C5C5C. Windows color (decimal): -5029876 or 802995. OLE color: 802995.

HSL color Cylindrical-coordinate representation of color #B3400C: hue angle of 18.68º 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 #B3400C is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 64 12 -
CMYK 0 0.64 0.93 0.30
HSL 18.68º 0.87% 0.37% -
HSV(B) 18.68º 0.93% 0.7% -
XYZ 20.49 13.28 1.83 -
YUV 92.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 179 64 12 0 0.64 0.93 0.30 18.68 0.87 0.37
Hex B3 40 C 0 40 5D 1E 13 57 25
Octal 263 100 14 0 100 135 36 23 127 45
Binary 10110011 1000000 1100 0 1000000 1011101 11110 10011 1010111 100101

Color Harmonies of #B3400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3400C

Black with #B3400C

Text Example


Text Example

White with #B3400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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