Html Css Color HEX #430412 Rustic Red

📋 copy color: '#430412'

red 67 ◦ green 4 ◦ blue 18

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

Shades of Rustic Red #430412

Tints of Rustic Red #430412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.22%

R = 75.28%
G = 4.49%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#430412 (or 0x430412) is known color: Rustic Red. HEX triplet: 43, 04 and 12. RGB value is (67,4,18). Sum of RGB (Red+Green+Blue) = 67+4+18=89 (11% of max value = 765). Red value is 67 (26.56% from 255 or 75.28% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 67 - color contains mainly: red. Hex color #430412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430412 is #BCFBED. Grayscale: #181818. Windows color (decimal): -12385262 or 1180739. OLE color: 1180739.

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

Color convert

RGB 67 4 18 -
CMYK 0 0.94 0.73 0.74
HSL 346.67º 0.89% 0.14% -
HSV(B) 346.67º 0.94% 0.26% -
XYZ 2.47 1.32 0.7 -
YUV 24.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 67 4 18 0 0.94 0.73 0.74 346.67 0.89 0.14
Hex 43 4 12 0 5E 49 4A 15B 59 E
Octal 103 4 22 0 136 111 112 533 131 16
Binary 1000011 100 10010 0 1011110 1001001 1001010 101011011 1011001 1110

Color Harmonies of #430412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430412

Black with #430412

Text Example


Text Example

White with #430412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430412; }

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

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

background-color css

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

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

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

border-color css

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

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

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