Html Css Color HEX #430D10 Rustic Red

📋 copy color: '#430D10'

red 67 ◦ green 13 ◦ blue 16

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

Shades of Rustic Red #430D10

Tints of Rustic Red #430D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.54%

 BLUE value IS 16 (6.64% from 255) = 16.67%

R = 69.79%
G = 13.54%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#430D10 (or 0x430D10) is known color: Rustic Red. HEX triplet: 43, 0D and 10. RGB value is (67,13,16). Sum of RGB (Red+Green+Blue) = 67+13+16=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #430D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430D10 is #BCF2EF. Grayscale: #1D1D1D. Windows color (decimal): -12382960 or 1051971. OLE color: 1051971.

HSL color Cylindrical-coordinate representation of color #430D10: hue angle of 356.67º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430D10 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 13 16 -
CMYK 0 0.81 0.76 0.74
HSL 356.67º 0.68% 0.16% -
HSV(B) 356.67º 0.81% 0.26% -
XYZ 2.55 1.52 0.65 -
YUV 29.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 67 13 16 0 0.81 0.76 0.74 356.67 0.68 0.16
Hex 43 D 10 0 51 4C 4A 165 44 10
Octal 103 15 20 0 121 114 112 545 104 20
Binary 1000011 1101 10000 0 1010001 1001100 1001010 101100101 1000100 10000

Color Harmonies of #430D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430D10

Black with #430D10

Text Example


Text Example

White with #430D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,13,16); }

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

background-color css

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

 a { background-color: rgb(67,13,16); }

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

border-color css

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

 span { border-color: rgb(67,13,16); }

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