Html Css Color HEX #B3430D Rust

📋 copy color: '#B3430D'

red 179 ◦ green 67 ◦ blue 13

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

Shades of Rust #B3430D

Tints of Rust #B3430D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.87%

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 69.11%
G = 25.87%
B = 5.02%

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

#B3430D (or 0xB3430D) is known color: Rust. HEX triplet: B3, 43 and 0D. RGB value is (179,67,13). Sum of RGB (Red+Green+Blue) = 179+67+13=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B3430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3430D is #4CBCF2. Grayscale: #5E5E5E. Windows color (decimal): -5029107 or 869299. OLE color: 869299.

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

Color convert

RGB 179 67 13 -
CMYK 0 0.63 0.93 0.30
HSL 19.52º 0.86% 0.38% -
HSV(B) 19.52º 0.93% 0.7% -
XYZ 20.67 13.63 1.92 -
YUV 94.33 82.11 188.39 -
System Red Green Blue C M Y K H S L
Decimal 179 67 13 0 0.63 0.93 0.30 19.52 0.86 0.38
Hex B3 43 D 0 3F 5D 1E 14 56 26
Octal 263 103 15 0 77 135 36 24 126 46
Binary 10110011 1000011 1101 0 111111 1011101 11110 10100 1010110 100110

Color Harmonies of #B3430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3430D

Black with #B3430D

Text Example


Text Example

White with #B3430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3430D; }

 p { color: rgb(179,67,13); }

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

background-color css

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

 a { background-color: rgb(179,67,13); }

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

border-color css

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

 span { border-color: rgb(179,67,13); }

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