Html Css Color HEX #430919 Rustic Red

📋 copy color: '#430919'

red 67 ◦ green 9 ◦ blue 25

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

Shades of Rustic Red #430919

Tints of Rustic Red #430919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.91%

 BLUE value IS 25 (10.16% from 255) = 24.75%

R = 66.34%
G = 8.91%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.74

RGB Variations

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

Color information

#430919 (or 0x430919) is known color: Rustic Red. HEX triplet: 43, 09 and 19. RGB value is (67,9,25). Sum of RGB (Red+Green+Blue) = 67+9+25=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #430919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430919 is #BCF6E6. Grayscale: #1C1C1C. Windows color (decimal): -12383975 or 1640771. OLE color: 1640771.

HSL color Cylindrical-coordinate representation of color #430919: hue angle of 343.45º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #430919 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 9 25 -
CMYK 0 0.87 0.63 0.74
HSL 343.45º 0.76% 0.15% -
HSV(B) 343.45º 0.87% 0.26% -
XYZ 2.59 1.46 1.06 -
YUV 28.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 67 9 25 0 0.87 0.63 0.74 343.45 0.76 0.15
Hex 43 9 19 0 57 3F 4A 157 4C F
Octal 103 11 31 0 127 77 112 527 114 17
Binary 1000011 1001 11001 0 1010111 111111 1001010 101010111 1001100 1111

Color Harmonies of #430919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430919

Black with #430919

Text Example


Text Example

White with #430919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430919; }

 p { color: rgb(67,9,25); }

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

background-color css

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

 a { background-color: rgb(67,9,25); }

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

border-color css

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

 span { border-color: rgb(67,9,25); }

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