Html Css Color HEX #430313 Rustic Red

📋 copy color: '#430313'

red 67 ◦ green 3 ◦ blue 19

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

Shades of Rustic Red #430313

Tints of Rustic Red #430313

RGB

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

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

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

R = 75.28%
G = 3.37%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#430313 (or 0x430313) is known color: Rustic Red. HEX triplet: 43, 03 and 13. RGB value is (67,3,19). Sum of RGB (Red+Green+Blue) = 67+3+19=89 (11% of max value = 765). Red value is 67 (26.56% from 255 or 75.28% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 67 - color contains mainly: red. Hex color #430313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430313 is #BCFCEC. Grayscale: #171717. Windows color (decimal): -12385517 or 1246019. OLE color: 1246019.

HSL color Cylindrical-coordinate representation of color #430313: hue angle of 345º 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 #430313 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 3 19 -
CMYK 0 0.96 0.72 0.74
HSL 345º 0.91% 0.14% -
HSV(B) 345º 0.96% 0.26% -
XYZ 2.46 1.31 0.74 -
YUV 23.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 67 3 19 0 0.96 0.72 0.74 345 0.91 0.14
Hex 43 3 13 0 60 48 4A 159 5B E
Octal 103 3 23 0 140 110 112 531 133 16
Binary 1000011 11 10011 0 1100000 1001000 1001010 101011001 1011011 1110

Color Harmonies of #430313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430313

Black with #430313

Text Example


Text Example

White with #430313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430313; }

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

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

background-color css

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

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

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

border-color css

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

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

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