Html Css Color HEX #430114 Rustic Red

📋 copy color: '#430114'

red 67 ◦ green 1 ◦ blue 20

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

Shades of Rustic Red #430114

Tints of Rustic Red #430114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 22.73%

R = 76.14%
G = 1.14%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#430114 (or 0x430114) is known color: Rustic Red. HEX triplet: 43, 01 and 14. RGB value is (67,1,20). Sum of RGB (Red+Green+Blue) = 67+1+20=88 (11% of max value = 765). Red value is 67 (26.56% from 255 or 76.14% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 67 - color contains mainly: red. Hex color #430114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430114 is #BCFEEB. Grayscale: #161616. Windows color (decimal): -12386028 or 1311043. OLE color: 1311043.

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

Color convert

RGB 67 1 20 -
CMYK 0 0.99 0.70 0.74
HSL 342.73º 0.97% 0.13% -
HSV(B) 342.73º 0.99% 0.26% -
XYZ 2.45 1.27 0.78 -
YUV 22.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 67 1 20 0 0.99 0.70 0.74 342.73 0.97 0.13
Hex 43 1 14 0 63 46 4A 157 61 D
Octal 103 1 24 0 143 106 112 527 141 15
Binary 1000011 1 10100 0 1100011 1000110 1001010 101010111 1100001 1101

Color Harmonies of #430114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430114

Black with #430114

Text Example


Text Example

White with #430114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430114; }

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

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

background-color css

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

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

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

border-color css

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

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

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