Html Css Color HEX #430713 Rustic Red

📋 copy color: '#430713'

red 67 ◦ green 7 ◦ blue 19

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

Shades of Rustic Red #430713

Tints of Rustic Red #430713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.53%

 BLUE value IS 19 (7.81% from 255) = 20.43%

R = 72.04%
G = 7.53%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#430713 (or 0x430713) is known color: Rustic Red. HEX triplet: 43, 07 and 13. RGB value is (67,7,19). Sum of RGB (Red+Green+Blue) = 67+7+19=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #430713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430713 is #BCF8EC. Grayscale: #1A1A1A. Windows color (decimal): -12384493 or 1247043. OLE color: 1247043.

HSL color Cylindrical-coordinate representation of color #430713: hue angle of 348º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430713 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 7 19 -
CMYK 0 0.90 0.72 0.74
HSL 348º 0.81% 0.15% -
HSV(B) 348º 0.9% 0.26% -
XYZ 2.51 1.39 0.75 -
YUV 26.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 67 7 19 0 0.90 0.72 0.74 348 0.81 0.15
Hex 43 7 13 0 5A 48 4A 15C 51 F
Octal 103 7 23 0 132 110 112 534 121 17
Binary 1000011 111 10011 0 1011010 1001000 1001010 101011100 1010001 1111

Color Harmonies of #430713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430713

Black with #430713

Text Example


Text Example

White with #430713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430713; }

 p { color: rgb(67,7,19); }

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

background-color css

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

 a { background-color: rgb(67,7,19); }

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

border-color css

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

 span { border-color: rgb(67,7,19); }

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