Html Css Color HEX #430212 Rustic Red

📋 copy color: '#430212'

red 67 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #430212

Tints of Rustic Red #430212

RGB

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

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

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

R = 77.01%
G = 2.3%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#430212 (or 0x430212) is known color: Rustic Red. HEX triplet: 43, 02 and 12. RGB value is (67,2,18). Sum of RGB (Red+Green+Blue) = 67+2+18=87 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.01% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 67 - color contains mainly: red. Hex color #430212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430212 is #BCFDED. Grayscale: #171717. Windows color (decimal): -12385774 or 1180227. OLE color: 1180227.

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

Color convert

RGB 67 2 18 -
CMYK 0 0.97 0.73 0.74
HSL 345.23º 0.94% 0.14% -
HSV(B) 345.23º 0.97% 0.26% -
XYZ 2.45 1.28 0.69 -
YUV 23.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 67 2 18 0 0.97 0.73 0.74 345.23 0.94 0.14
Hex 43 2 12 0 61 49 4A 159 5E E
Octal 103 2 22 0 141 111 112 531 136 16
Binary 1000011 10 10010 0 1100001 1001001 1001010 101011001 1011110 1110

Color Harmonies of #430212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430212

Black with #430212

Text Example


Text Example

White with #430212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430212; }

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

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

background-color css

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

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

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

border-color css

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

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

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