Html Css Color HEX #430307 Rustic Red

📋 copy color: '#430307'

red 67 ◦ green 3 ◦ blue 7

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

Shades of Rustic Red #430307

Tints of Rustic Red #430307

RGB

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

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

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

R = 87.01%
G = 3.9%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.74

RGB Variations

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

Color information

#430307 (or 0x430307) is known color: Rustic Red. HEX triplet: 43, 03 and 07. RGB value is (67,3,7). Sum of RGB (Red+Green+Blue) = 67+3+7=77 (10% of max value = 765). Red value is 67 (26.56% from 255 or 87.01% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 67 - color contains mainly: red. Hex color #430307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430307 is #BCFCF8. Grayscale: #161616. Windows color (decimal): -12385529 or 459587. OLE color: 459587.

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

Color convert

RGB 67 3 7 -
CMYK 0 0.96 0.90 0.74
HSL 356.25º 0.91% 0.14% -
HSV(B) 356.25º 0.96% 0.26% -
XYZ 2.39 1.27 0.32 -
YUV 22.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 67 3 7 0 0.96 0.90 0.74 356.25 0.91 0.14
Hex 43 3 7 0 60 5A 4A 164 5B E
Octal 103 3 7 0 140 132 112 544 133 16
Binary 1000011 11 111 0 1100000 1011010 1001010 101100100 1011011 1110

Color Harmonies of #430307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430307

Black with #430307

Text Example


Text Example

White with #430307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430307; }

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

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

background-color css

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

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

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

border-color css

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

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

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