Html Css Color HEX #431018 Rustic Red

📋 copy color: '#431018'

red 67 ◦ green 16 ◦ blue 24

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

Shades of Rustic Red #431018

Tints of Rustic Red #431018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.95%

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

R = 62.62%
G = 14.95%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#431018 (or 0x431018) is known color: Rustic Red. HEX triplet: 43, 10 and 18. RGB value is (67,16,24). Sum of RGB (Red+Green+Blue) = 67+16+24=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #431018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431018 is #BCEFE7. Grayscale: #202020. Windows color (decimal): -12382184 or 1577027. OLE color: 1577027.

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

Color convert

RGB 67 16 24 -
CMYK 0 0.76 0.64 0.74
HSL 350.59º 0.61% 0.16% -
HSV(B) 350.59º 0.76% 0.26% -
XYZ 2.66 1.63 1.04 -
YUV 32.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 67 16 24 0 0.76 0.64 0.74 350.59 0.61 0.16
Hex 43 10 18 0 4C 40 4A 15F 3D 10
Octal 103 20 30 0 114 100 112 537 75 20
Binary 1000011 10000 11000 0 1001100 1000000 1001010 101011111 111101 10000

Color Harmonies of #431018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431018

Black with #431018

Text Example


Text Example

White with #431018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431018; }

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

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

background-color css

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

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

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

border-color css

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

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

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