Html Css Color HEX #430312 Rustic Red

📋 copy color: '#430312'

red 67 ◦ green 3 ◦ blue 18

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

Shades of Rustic Red #430312

Tints of Rustic Red #430312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.41%

 BLUE value IS 18 (7.42% from 255) = 20.45%

R = 76.14%
G = 3.41%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#430312 (or 0x430312) is known color: Rustic Red. HEX triplet: 43, 03 and 12. RGB value is (67,3,18). Sum of RGB (Red+Green+Blue) = 67+3+18=88 (11% of max value = 765). Red value is 67 (26.56% from 255 or 76.14% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 67 - color contains mainly: red. Hex color #430312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430312 is #BCFCED. Grayscale: #171717. Windows color (decimal): -12385518 or 1180483. OLE color: 1180483.

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

Color convert

RGB 67 3 18 -
CMYK 0 0.96 0.73 0.74
HSL 345.94º 0.91% 0.14% -
HSV(B) 345.94º 0.96% 0.26% -
XYZ 2.46 1.3 0.69 -
YUV 23.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 67 3 18 0 0.96 0.73 0.74 345.94 0.91 0.14
Hex 43 3 12 0 60 49 4A 15A 5B E
Octal 103 3 22 0 140 111 112 532 133 16
Binary 1000011 11 10010 0 1100000 1001001 1001010 101011010 1011011 1110

Color Harmonies of #430312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430312

Black with #430312

Text Example


Text Example

White with #430312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430312; }

 p { color: rgb(67,3,18); }

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

background-color css

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

 a { background-color: rgb(67,3,18); }

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

border-color css

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

 span { border-color: rgb(67,3,18); }

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