Html Css Color HEX #430618 Rustic Red

📋 copy color: '#430618'

red 67 ◦ green 6 ◦ blue 24

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

Shades of Rustic Red #430618

Tints of Rustic Red #430618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 24.74%

R = 69.07%
G = 6.19%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#430618 (or 0x430618) is known color: Rustic Red. HEX triplet: 43, 06 and 18. RGB value is (67,6,24). Sum of RGB (Red+Green+Blue) = 67+6+24=97 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.07% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 67 - color contains mainly: red. Hex color #430618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430618 is #BCF9E7. Grayscale: #1A1A1A. Windows color (decimal): -12384744 or 1574467. OLE color: 1574467.

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

Color convert

RGB 67 6 24 -
CMYK 0 0.91 0.64 0.74
HSL 342.3º 0.84% 0.14% -
HSV(B) 342.3º 0.91% 0.26% -
XYZ 2.54 1.39 1 -
YUV 26.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 67 6 24 0 0.91 0.64 0.74 342.3 0.84 0.14
Hex 43 6 18 0 5B 40 4A 156 54 E
Octal 103 6 30 0 133 100 112 526 124 16
Binary 1000011 110 11000 0 1011011 1000000 1001010 101010110 1010100 1110

Color Harmonies of #430618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430618

Black with #430618

Text Example


Text Example

White with #430618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430618; }

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

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

background-color css

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

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

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

border-color css

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

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

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