Html Css Color HEX #430607 Rustic Red

📋 copy color: '#430607'

red 67 ◦ green 6 ◦ blue 7

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

Shades of Rustic Red #430607

Tints of Rustic Red #430607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 8.75%

R = 83.75%
G = 7.5%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.74

RGB Variations

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

Color information

#430607 (or 0x430607) is known color: Rustic Red. HEX triplet: 43, 06 and 07. RGB value is (67,6,7). Sum of RGB (Red+Green+Blue) = 67+6+7=80 (10% of max value = 765). Red value is 67 (26.56% from 255 or 83.75% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 67 - color contains mainly: red. Hex color #430607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430607 is #BCF9F8. Grayscale: #181818. Windows color (decimal): -12384761 or 460355. OLE color: 460355.

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

Color convert

RGB 67 6 7 -
CMYK 0 0.91 0.90 0.74
HSL 359.02º 0.84% 0.14% -
HSV(B) 359.02º 0.91% 0.26% -
XYZ 2.42 1.34 0.33 -
YUV 24.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 67 6 7 0 0.91 0.90 0.74 359.02 0.84 0.14
Hex 43 6 7 0 5B 5A 4A 167 54 E
Octal 103 6 7 0 133 132 112 547 124 16
Binary 1000011 110 111 0 1011011 1011010 1001010 101100111 1010100 1110

Color Harmonies of #430607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430607

Black with #430607

Text Example


Text Example

White with #430607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430607; }

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

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

background-color css

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

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

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

border-color css

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

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

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