Html Css Color HEX #430813 Rustic Red

📋 copy color: '#430813'

red 67 ◦ green 8 ◦ blue 19

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

Shades of Rustic Red #430813

Tints of Rustic Red #430813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.51%

 BLUE value IS 19 (7.81% from 255) = 20.21%

R = 71.28%
G = 8.51%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#430813 (or 0x430813) is known color: Rustic Red. HEX triplet: 43, 08 and 13. RGB value is (67,8,19). Sum of RGB (Red+Green+Blue) = 67+8+19=94 (12% of max value = 765). Red value is 67 (26.56% from 255 or 71.28% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 67 - color contains mainly: red. Hex color #430813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430813 is #BCF7EC. Grayscale: #1A1A1A. Windows color (decimal): -12384237 or 1247299. OLE color: 1247299.

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

Color convert

RGB 67 8 19 -
CMYK 0 0.88 0.72 0.74
HSL 348.81º 0.79% 0.15% -
HSV(B) 348.81º 0.88% 0.26% -
XYZ 2.52 1.41 0.76 -
YUV 26.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 67 8 19 0 0.88 0.72 0.74 348.81 0.79 0.15
Hex 43 8 13 0 58 48 4A 15D 4F F
Octal 103 10 23 0 130 110 112 535 117 17
Binary 1000011 1000 10011 0 1011000 1001000 1001010 101011101 1001111 1111

Color Harmonies of #430813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430813

Black with #430813

Text Example


Text Example

White with #430813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430813; }

 p { color: rgb(67,8,19); }

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

background-color css

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

 a { background-color: rgb(67,8,19); }

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

border-color css

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

 span { border-color: rgb(67,8,19); }

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