Html Css Color HEX #430D12 Rustic Red

📋 copy color: '#430D12'

red 67 ◦ green 13 ◦ blue 18

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

Shades of Rustic Red #430D12

Tints of Rustic Red #430D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.27%

 BLUE value IS 18 (7.42% from 255) = 18.37%

R = 68.37%
G = 13.27%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#430D12 (or 0x430D12) is known color: Rustic Red. HEX triplet: 43, 0D and 12. RGB value is (67,13,18). Sum of RGB (Red+Green+Blue) = 67+13+18=98 (12% of max value = 765). Red value is 67 (26.56% from 255 or 68.37% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 67 - color contains mainly: red. Hex color #430D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430D12 is #BCF2ED. Grayscale: #1D1D1D. Windows color (decimal): -12382958 or 1183043. OLE color: 1183043.

HSL color Cylindrical-coordinate representation of color #430D12: hue angle of 354.44º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430D12 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 13 18 -
CMYK 0 0.81 0.73 0.74
HSL 354.44º 0.68% 0.16% -
HSV(B) 354.44º 0.81% 0.26% -
XYZ 2.57 1.52 0.73 -
YUV 29.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 67 13 18 0 0.81 0.73 0.74 354.44 0.68 0.16
Hex 43 D 12 0 51 49 4A 162 44 10
Octal 103 15 22 0 121 111 112 542 104 20
Binary 1000011 1101 10010 0 1010001 1001001 1001010 101100010 1000100 10000

Color Harmonies of #430D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430D12

Black with #430D12

Text Example


Text Example

White with #430D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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