Html Css Color HEX #430311 Rustic Red

📋 copy color: '#430311'

red 67 ◦ green 3 ◦ blue 17

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

Shades of Rustic Red #430311

Tints of Rustic Red #430311

RGB

 RED value IS 67 (26.56% from 255) = 77.01%

 GREEN value IS 3 (1.56% from 255) = 3.45%

 BLUE value IS 17 (7.03% from 255) = 19.54%

R = 77.01%
G = 3.45%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#430311 (or 0x430311) is known color: Rustic Red. HEX triplet: 43, 03 and 11. RGB value is (67,3,17). Sum of RGB (Red+Green+Blue) = 67+3+17=87 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.01% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 67 - color contains mainly: red. Hex color #430311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430311 is #BCFCEE. Grayscale: #171717. Windows color (decimal): -12385519 or 1114947. OLE color: 1114947.

HSL color Cylindrical-coordinate representation of color #430311: hue angle of 346.88º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430311 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 3 17 -
CMYK 0 0.96 0.75 0.74
HSL 346.88º 0.91% 0.14% -
HSV(B) 346.88º 0.96% 0.26% -
XYZ 2.45 1.3 0.65 -
YUV 23.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 67 3 17 0 0.96 0.75 0.74 346.88 0.91 0.14
Hex 43 3 11 0 60 4B 4A 15B 5B E
Octal 103 3 21 0 140 113 112 533 133 16
Binary 1000011 11 10001 0 1100000 1001011 1001010 101011011 1011011 1110

Color Harmonies of #430311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430311

Black with #430311

Text Example


Text Example

White with #430311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430311; }

 p { color: rgb(67,3,17); }

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

background-color css

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

 a { background-color: rgb(67,3,17); }

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

border-color css

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

 span { border-color: rgb(67,3,17); }

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