Html Css Color HEX #0C0607 Rustic Red

📋 copy color: '#0C0607'

red 12 ◦ green 6 ◦ blue 7

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

Shades of Rustic Red #0C0607

Tints of Rustic Red #0C0607

RGB

 RED value IS 12 (5.08% from 255) = 48%

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

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

R = 48%
G = 24%
B = 28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.95

RGB Variations

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

Color information

#0C0607 (or 0x0C0607) is known color: Rustic Red. HEX triplet: 0C, 06 and 07. RGB value is (12,6,7). Sum of RGB (Red+Green+Blue) = 12+6+7=25 (3% of max value = 765). Red value is 12 (5.08% from 255 or 48% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0607 is #F3F9F8. Grayscale: #070707. Windows color (decimal): -15989241 or 460300. OLE color: 460300.

HSL color Cylindrical-coordinate representation of color #0C0607: hue angle of 350º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C0607 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 6 7 -
CMYK 0 0.50 0.42 0.95
HSL 350º 0.33% 0.04% -
HSV(B) 350º 0.5% 0.05% -
XYZ 0.26 0.22 0.23 -
YUV 7.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 12 6 7 0 0.50 0.42 0.95 350 0.33 0.04
Hex C 6 7 0 32 2A 5F 15E 21 4
Octal 14 6 7 0 62 52 137 536 41 4
Binary 1100 110 111 0 110010 101010 1011111 101011110 100001 100

Color Harmonies of #0C0607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0607

Black with #0C0607

Text Example


Text Example

White with #0C0607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C0607; }

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

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

background-color css

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

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

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

border-color css

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

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

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