Html Css Color HEX #430913 Rustic Red

📋 copy color: '#430913'

red 67 ◦ green 9 ◦ blue 19

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

Shades of Rustic Red #430913

Tints of Rustic Red #430913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.47%

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

R = 70.53%
G = 9.47%
B = 20%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#430913 (or 0x430913) is known color: Rustic Red. HEX triplet: 43, 09 and 13. RGB value is (67,9,19). Sum of RGB (Red+Green+Blue) = 67+9+19=95 (12% of max value = 765). Red value is 67 (26.56% from 255 or 70.53% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 67 - color contains mainly: red. Hex color #430913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430913 is #BCF6EC. Grayscale: #1B1B1B. Windows color (decimal): -12383981 or 1247555. OLE color: 1247555.

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

Color convert

RGB 67 9 19 -
CMYK 0 0.87 0.72 0.74
HSL 349.66º 0.76% 0.15% -
HSV(B) 349.66º 0.87% 0.26% -
XYZ 2.53 1.44 0.76 -
YUV 27.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 67 9 19 0 0.87 0.72 0.74 349.66 0.76 0.15
Hex 43 9 13 0 57 48 4A 15E 4C F
Octal 103 11 23 0 127 110 112 536 114 17
Binary 1000011 1001 10011 0 1010111 1001000 1001010 101011110 1001100 1111

Color Harmonies of #430913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430913

Black with #430913

Text Example


Text Example

White with #430913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430913; }

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

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

background-color css

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

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

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

border-color css

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

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

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