Html Css Color HEX #430112 Rustic Red

📋 copy color: '#430112'

red 67 ◦ green 1 ◦ blue 18

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

Shades of Rustic Red #430112

Tints of Rustic Red #430112

RGB

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

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

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

R = 77.91%
G = 1.16%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#430112 (or 0x430112) is known color: Rustic Red. HEX triplet: 43, 01 and 12. RGB value is (67,1,18). Sum of RGB (Red+Green+Blue) = 67+1+18=86 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.91% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 67 - color contains mainly: red. Hex color #430112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430112 is #BCFEED. Grayscale: #161616. Windows color (decimal): -12386030 or 1179971. OLE color: 1179971.

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

Color convert

RGB 67 1 18 -
CMYK 0 0.99 0.73 0.74
HSL 344.55º 0.97% 0.13% -
HSV(B) 344.55º 0.99% 0.26% -
XYZ 2.43 1.26 0.69 -
YUV 22.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 67 1 18 0 0.99 0.73 0.74 344.55 0.97 0.13
Hex 43 1 12 0 63 49 4A 159 61 D
Octal 103 1 22 0 143 111 112 531 141 15
Binary 1000011 1 10010 0 1100011 1001001 1001010 101011001 1100001 1101

Color Harmonies of #430112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430112

Black with #430112

Text Example


Text Example

White with #430112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430112; }

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

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

background-color css

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

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

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

border-color css

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

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

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