Html Css Color HEX #430217 Rustic Red

📋 copy color: '#430217'

red 67 ◦ green 2 ◦ blue 23

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

Shades of Rustic Red #430217

Tints of Rustic Red #430217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 25%

R = 72.83%
G = 2.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.74

RGB Variations

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

Color information

#430217 (or 0x430217) is known color: Rustic Red. HEX triplet: 43, 02 and 17. RGB value is (67,2,23). Sum of RGB (Red+Green+Blue) = 67+2+23=92 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.83% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 67 - color contains mainly: red. Hex color #430217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430217 is #BCFDE8. Grayscale: #171717. Windows color (decimal): -12385769 or 1507907. OLE color: 1507907.

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

Color convert

RGB 67 2 23 -
CMYK 0 0.97 0.66 0.74
HSL 340.62º 0.94% 0.14% -
HSV(B) 340.62º 0.97% 0.26% -
XYZ 2.49 1.3 0.93 -
YUV 23.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 67 2 23 0 0.97 0.66 0.74 340.62 0.94 0.14
Hex 43 2 17 0 61 42 4A 155 5E E
Octal 103 2 27 0 141 102 112 525 136 16
Binary 1000011 10 10111 0 1100001 1000010 1001010 101010101 1011110 1110

Color Harmonies of #430217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430217

Black with #430217

Text Example


Text Example

White with #430217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430217; }

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

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

background-color css

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

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

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

border-color css

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

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

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