Html Css Color HEX #430515 Rustic Red

📋 copy color: '#430515'

red 67 ◦ green 5 ◦ blue 21

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

Shades of Rustic Red #430515

Tints of Rustic Red #430515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.38%

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

R = 72.04%
G = 5.38%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#430515 (or 0x430515) is known color: Rustic Red. HEX triplet: 43, 05 and 15. RGB value is (67,5,21). Sum of RGB (Red+Green+Blue) = 67+5+21=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #430515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430515 is #BCFAEA. Grayscale: #191919. Windows color (decimal): -12385003 or 1377603. OLE color: 1377603.

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

Color convert

RGB 67 5 21 -
CMYK 0 0.93 0.69 0.74
HSL 344.52º 0.86% 0.14% -
HSV(B) 344.52º 0.93% 0.26% -
XYZ 2.5 1.36 0.84 -
YUV 25.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 67 5 21 0 0.93 0.69 0.74 344.52 0.86 0.14
Hex 43 5 15 0 5D 45 4A 159 56 E
Octal 103 5 25 0 135 105 112 531 126 16
Binary 1000011 101 10101 0 1011101 1000101 1001010 101011001 1010110 1110

Color Harmonies of #430515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430515

Black with #430515

Text Example


Text Example

White with #430515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430515; }

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

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

background-color css

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

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

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

border-color css

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

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

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