Html Css Color HEX #430215 Rustic Red

📋 copy color: '#430215'

red 67 ◦ green 2 ◦ blue 21

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

Shades of Rustic Red #430215

Tints of Rustic Red #430215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.22%

 BLUE value IS 21 (8.59% from 255) = 23.33%

R = 74.44%
G = 2.22%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#430215 (or 0x430215) is known color: Rustic Red. HEX triplet: 43, 02 and 15. RGB value is (67,2,21). Sum of RGB (Red+Green+Blue) = 67+2+21=90 (11% of max value = 765). Red value is 67 (26.56% from 255 or 74.44% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 67 - color contains mainly: red. Hex color #430215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430215 is #BCFDEA. Grayscale: #171717. Windows color (decimal): -12385771 or 1376835. OLE color: 1376835.

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

Color convert

RGB 67 2 21 -
CMYK 0 0.97 0.69 0.74
HSL 342.46º 0.94% 0.14% -
HSV(B) 342.46º 0.97% 0.26% -
XYZ 2.47 1.29 0.83 -
YUV 23.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 67 2 21 0 0.97 0.69 0.74 342.46 0.94 0.14
Hex 43 2 15 0 61 45 4A 156 5E E
Octal 103 2 25 0 141 105 112 526 136 16
Binary 1000011 10 10101 0 1100001 1000101 1001010 101010110 1011110 1110

Color Harmonies of #430215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430215

Black with #430215

Text Example


Text Example

White with #430215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430215; }

 p { color: rgb(67,2,21); }

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

background-color css

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

 a { background-color: rgb(67,2,21); }

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

border-color css

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

 span { border-color: rgb(67,2,21); }

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