Html Css Color HEX #430616 Rustic Red

📋 copy color: '#430616'

red 67 ◦ green 6 ◦ blue 22

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

Shades of Rustic Red #430616

Tints of Rustic Red #430616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.32%

 BLUE value IS 22 (8.98% from 255) = 23.16%

R = 70.53%
G = 6.32%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#430616 (or 0x430616) is known color: Rustic Red. HEX triplet: 43, 06 and 16. RGB value is (67,6,22). Sum of RGB (Red+Green+Blue) = 67+6+22=95 (12% of max value = 765). Red value is 67 (26.56% from 255 or 70.53% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 67 - color contains mainly: red. Hex color #430616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430616 is #BCF9E9. Grayscale: #1A1A1A. Windows color (decimal): -12384746 or 1443395. OLE color: 1443395.

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

Color convert

RGB 67 6 22 -
CMYK 0 0.91 0.67 0.74
HSL 344.26º 0.84% 0.14% -
HSV(B) 344.26º 0.91% 0.26% -
XYZ 2.52 1.38 0.89 -
YUV 26.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 67 6 22 0 0.91 0.67 0.74 344.26 0.84 0.14
Hex 43 6 16 0 5B 43 4A 158 54 E
Octal 103 6 26 0 133 103 112 530 124 16
Binary 1000011 110 10110 0 1011011 1000011 1001010 101011000 1010100 1110

Color Harmonies of #430616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430616

Black with #430616

Text Example


Text Example

White with #430616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430616; }

 p { color: rgb(67,6,22); }

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

background-color css

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

 a { background-color: rgb(67,6,22); }

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

border-color css

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

 span { border-color: rgb(67,6,22); }

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