Html Css Color HEX #430914 Rustic Red

📋 copy color: '#430914'

red 67 ◦ green 9 ◦ blue 20

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

Shades of Rustic Red #430914

Tints of Rustic Red #430914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 20.83%

R = 69.79%
G = 9.38%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#430914 (or 0x430914) is known color: Rustic Red. HEX triplet: 43, 09 and 14. RGB value is (67,9,20). Sum of RGB (Red+Green+Blue) = 67+9+20=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #430914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430914 is #BCF6EB. Grayscale: #1B1B1B. Windows color (decimal): -12383980 or 1313091. OLE color: 1313091.

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

Color convert

RGB 67 9 20 -
CMYK 0 0.87 0.70 0.74
HSL 348.62º 0.76% 0.15% -
HSV(B) 348.62º 0.87% 0.26% -
XYZ 2.54 1.44 0.81 -
YUV 27.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 67 9 20 0 0.87 0.70 0.74 348.62 0.76 0.15
Hex 43 9 14 0 57 46 4A 15D 4C F
Octal 103 11 24 0 127 106 112 535 114 17
Binary 1000011 1001 10100 0 1010111 1000110 1001010 101011101 1001100 1111

Color Harmonies of #430914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430914

Black with #430914

Text Example


Text Example

White with #430914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430914; }

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

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

background-color css

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

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

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

border-color css

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

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

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