Html Css Color HEX #430213 Rustic Red

📋 copy color: '#430213'

red 67 ◦ green 2 ◦ blue 19

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

Shades of Rustic Red #430213

Tints of Rustic Red #430213

RGB

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

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

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

R = 76.14%
G = 2.27%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#430213 (or 0x430213) is known color: Rustic Red. HEX triplet: 43, 02 and 13. RGB value is (67,2,19). Sum of RGB (Red+Green+Blue) = 67+2+19=88 (11% of max value = 765). Red value is 67 (26.56% from 255 or 76.14% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 67 - color contains mainly: red. Hex color #430213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430213 is #BCFDEC. Grayscale: #171717. Windows color (decimal): -12385773 or 1245763. OLE color: 1245763.

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

Color convert

RGB 67 2 19 -
CMYK 0 0.97 0.72 0.74
HSL 344.31º 0.94% 0.14% -
HSV(B) 344.31º 0.97% 0.26% -
XYZ 2.45 1.28 0.73 -
YUV 23.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 67 2 19 0 0.97 0.72 0.74 344.31 0.94 0.14
Hex 43 2 13 0 61 48 4A 158 5E E
Octal 103 2 23 0 141 110 112 530 136 16
Binary 1000011 10 10011 0 1100001 1001000 1001010 101011000 1011110 1110

Color Harmonies of #430213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430213

Black with #430213

Text Example


Text Example

White with #430213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430213; }

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

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

background-color css

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

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

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

border-color css

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

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

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