Html Css Color HEX #43000D Rustic Red

📋 copy color: '#43000D'

red 67 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #43000D

Tints of Rustic Red #43000D

RGB

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

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

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

R = 83.75%
G = 0%
B = 16.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.74

RGB Variations

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

Color information

#43000D (or 0x43000D) is known color: Rustic Red. HEX triplet: 43, 00 and 0D. RGB value is (67,0,13). Sum of RGB (Red+Green+Blue) = 67+0+13=80 (10% of max value = 765). Red value is 67 (26.56% from 255 or 83.75% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 67 - color contains mainly: red. Hex color #43000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43000D is #BCFFF2. Grayscale: #151515. Windows color (decimal): -12386291 or 852035. OLE color: 852035.

HSL color Cylindrical-coordinate representation of color #43000D: hue angle of 348.36º 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 #43000D is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 0 13 -
CMYK 0 1 0.81 0.74
HSL 348.36º 1% 0.13% -
HSV(B) 348.36º 1% 0.26% -
XYZ 2.39 1.22 0.49 -
YUV 21.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 67 0 13 0 1 0.81 0.74 348.36 1 0.13
Hex 43 0 D 0 64 51 4A 15C 64 D
Octal 103 0 15 0 144 121 112 534 144 15
Binary 1000011 0 1101 0 1100100 1010001 1001010 101011100 1100100 1101

Color Harmonies of #43000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43000D

Black with #43000D

Text Example


Text Example

White with #43000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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