Html Css Color HEX #430315 Rustic Red

📋 copy color: '#430315'

red 67 ◦ green 3 ◦ blue 21

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

Shades of Rustic Red #430315

Tints of Rustic Red #430315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.3%

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

R = 73.63%
G = 3.3%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#430315 (or 0x430315) is known color: Rustic Red. HEX triplet: 43, 03 and 15. RGB value is (67,3,21). Sum of RGB (Red+Green+Blue) = 67+3+21=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #430315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430315 is #BCFCEA. Grayscale: #181818. Windows color (decimal): -12385515 or 1377091. OLE color: 1377091.

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

Color convert

RGB 67 3 21 -
CMYK 0 0.96 0.69 0.74
HSL 343.13º 0.91% 0.14% -
HSV(B) 343.13º 0.96% 0.26% -
XYZ 2.48 1.31 0.83 -
YUV 24.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 67 3 21 0 0.96 0.69 0.74 343.13 0.91 0.14
Hex 43 3 15 0 60 45 4A 157 5B E
Octal 103 3 25 0 140 105 112 527 133 16
Binary 1000011 11 10101 0 1100000 1000101 1001010 101010111 1011011 1110

Color Harmonies of #430315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430315

Black with #430315

Text Example


Text Example

White with #430315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430315; }

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

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

background-color css

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

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

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

border-color css

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

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

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