Html Css Color HEX #430005 Rustic Red

📋 copy color: '#430005'

red 67 ◦ green 0 ◦ blue 5

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

Shades of Rustic Red #430005

Tints of Rustic Red #430005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 6.94%

R = 93.06%
G = 0%
B = 6.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.74

RGB Variations

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

Color information

#430005 (or 0x430005) is known color: Rustic Red. HEX triplet: 43, 00 and 05. RGB value is (67,0,5). Sum of RGB (Red+Green+Blue) = 67+0+5=72 (9% of max value = 765). Red value is 67 (26.56% from 255 or 93.06% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 67 - color contains mainly: red. Hex color #430005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430005 is #BCFFFA. Grayscale: #141414. Windows color (decimal): -12386299 or 327747. OLE color: 327747.

HSL color Cylindrical-coordinate representation of color #430005: hue angle of 355.52º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430005 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 0 5 -
CMYK 0 1 0.93 0.74
HSL 355.52º 1% 0.13% -
HSV(B) 355.52º 1% 0.26% -
XYZ 2.34 1.2 0.25 -
YUV 20.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 67 0 5 0 1 0.93 0.74 355.52 1 0.13
Hex 43 0 5 0 64 5D 4A 164 64 D
Octal 103 0 5 0 144 135 112 544 144 15
Binary 1000011 0 101 0 1100100 1011101 1001010 101100100 1100100 1101

Color Harmonies of #430005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430005

Black with #430005

Text Example


Text Example

White with #430005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430005; }

 p { color: rgb(67,0,5); }

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

background-color css

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

 a { background-color: rgb(67,0,5); }

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

border-color css

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

 span { border-color: rgb(67,0,5); }

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