Html Css Color HEX #430413 Rustic Red

📋 copy color: '#430413'

red 67 ◦ green 4 ◦ blue 19

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

Shades of Rustic Red #430413

Tints of Rustic Red #430413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.44%

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

R = 74.44%
G = 4.44%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#430413 (or 0x430413) is known color: Rustic Red. HEX triplet: 43, 04 and 13. RGB value is (67,4,19). Sum of RGB (Red+Green+Blue) = 67+4+19=90 (11% of max value = 765). Red value is 67 (26.56% from 255 or 74.44% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 67 - color contains mainly: red. Hex color #430413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430413 is #BCFBEC. Grayscale: #181818. Windows color (decimal): -12385261 or 1246275. OLE color: 1246275.

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

Color convert

RGB 67 4 19 -
CMYK 0 0.94 0.72 0.74
HSL 345.71º 0.89% 0.14% -
HSV(B) 345.71º 0.94% 0.26% -
XYZ 2.48 1.33 0.74 -
YUV 24.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 67 4 19 0 0.94 0.72 0.74 345.71 0.89 0.14
Hex 43 4 13 0 5E 48 4A 15A 59 E
Octal 103 4 23 0 136 110 112 532 131 16
Binary 1000011 100 10011 0 1011110 1001000 1001010 101011010 1011001 1110

Color Harmonies of #430413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430413

Black with #430413

Text Example


Text Example

White with #430413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430413; }

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

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

background-color css

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

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

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

border-color css

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

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

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