Html Css Color HEX #430113 Rustic Red

📋 copy color: '#430113'

red 67 ◦ green 1 ◦ blue 19

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

Shades of Rustic Red #430113

Tints of Rustic Red #430113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.15%

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

R = 77.01%
G = 1.15%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#430113 (or 0x430113) is known color: Rustic Red. HEX triplet: 43, 01 and 13. RGB value is (67,1,19). Sum of RGB (Red+Green+Blue) = 67+1+19=87 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.01% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 67 - color contains mainly: red. Hex color #430113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430113 is #BCFEEC. Grayscale: #161616. Windows color (decimal): -12386029 or 1245507. OLE color: 1245507.

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

Color convert

RGB 67 1 19 -
CMYK 0 0.99 0.72 0.74
HSL 343.64º 0.97% 0.13% -
HSV(B) 343.64º 0.99% 0.26% -
XYZ 2.44 1.26 0.73 -
YUV 22.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 67 1 19 0 0.99 0.72 0.74 343.64 0.97 0.13
Hex 43 1 13 0 63 48 4A 158 61 D
Octal 103 1 23 0 143 110 112 530 141 15
Binary 1000011 1 10011 0 1100011 1001000 1001010 101011000 1100001 1101

Color Harmonies of #430113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430113

Black with #430113

Text Example


Text Example

White with #430113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430113; }

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

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

background-color css

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

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

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

border-color css

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

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

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