Html Css Color HEX #430C19 Rustic Red

📋 copy color: '#430C19'

red 67 ◦ green 12 ◦ blue 25

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

Shades of Rustic Red #430C19

Tints of Rustic Red #430C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.54%

 BLUE value IS 25 (10.16% from 255) = 24.04%

R = 64.42%
G = 11.54%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.74

RGB Variations

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

Color information

#430C19 (or 0x430C19) is known color: Rustic Red. HEX triplet: 43, 0C and 19. RGB value is (67,12,25). Sum of RGB (Red+Green+Blue) = 67+12+25=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #430C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430C19 is #BCF3E6. Grayscale: #1D1D1D. Windows color (decimal): -12383207 or 1641539. OLE color: 1641539.

HSL color Cylindrical-coordinate representation of color #430C19: hue angle of 345.82º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #430C19 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 12 25 -
CMYK 0 0.82 0.63 0.74
HSL 345.82º 0.7% 0.15% -
HSV(B) 345.82º 0.82% 0.26% -
XYZ 2.62 1.53 1.08 -
YUV 29.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 67 12 25 0 0.82 0.63 0.74 345.82 0.7 0.15
Hex 43 C 19 0 52 3F 4A 15A 46 F
Octal 103 14 31 0 122 77 112 532 106 17
Binary 1000011 1100 11001 0 1010010 111111 1001010 101011010 1000110 1111

Color Harmonies of #430C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430C19

Black with #430C19

Text Example


Text Example

White with #430C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430C19; }

 p { color: rgb(67,12,25); }

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

background-color css

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

 a { background-color: rgb(67,12,25); }

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

border-color css

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

 span { border-color: rgb(67,12,25); }

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