Html Css Color HEX #43010D Rustic Red

📋 copy color: '#43010D'

red 67 ◦ green 1 ◦ blue 13

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

Shades of Rustic Red #43010D

Tints of Rustic Red #43010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.23%

 BLUE value IS 13 (5.47% from 255) = 16.05%

R = 82.72%
G = 1.23%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.74

RGB Variations

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

Color information

#43010D (or 0x43010D) is known color: Rustic Red. HEX triplet: 43, 01 and 0D. RGB value is (67,1,13). Sum of RGB (Red+Green+Blue) = 67+1+13=81 (10% of max value = 765). Red value is 67 (26.56% from 255 or 82.72% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 67 - color contains mainly: red. Hex color #43010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43010D is #BCFEF2. Grayscale: #161616. Windows color (decimal): -12386035 or 852291. OLE color: 852291.

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

Color convert

RGB 67 1 13 -
CMYK 0 0.99 0.81 0.74
HSL 349.09º 0.97% 0.13% -
HSV(B) 349.09º 0.99% 0.26% -
XYZ 2.4 1.24 0.49 -
YUV 22.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 67 1 13 0 0.99 0.81 0.74 349.09 0.97 0.13
Hex 43 1 D 0 63 51 4A 15D 61 D
Octal 103 1 15 0 143 121 112 535 141 15
Binary 1000011 1 1101 0 1100011 1010001 1001010 101011101 1100001 1101

Color Harmonies of #43010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43010D

Black with #43010D

Text Example


Text Example

White with #43010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43010D; }

 p { color: rgb(67,1,13); }

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

background-color css

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

 a { background-color: rgb(67,1,13); }

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

border-color css

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

 span { border-color: rgb(67,1,13); }

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