Html Css Color HEX #0C0407 Rustic Red

📋 copy color: '#0C0407'

red 12 ◦ green 4 ◦ blue 7

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

Shades of Rustic Red #0C0407

Tints of Rustic Red #0C0407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 17.39%

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

R = 52.17%
G = 17.39%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.95

RGB Variations

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

Color information

#0C0407 (or 0x0C0407) is known color: Rustic Red. HEX triplet: 0C, 04 and 07. RGB value is (12,4,7). Sum of RGB (Red+Green+Blue) = 12+4+7=23 (3% of max value = 765). Red value is 12 (5.08% from 255 or 52.17% from 23); Green value is 4 (1.95% from 255 or 17.39% from 23); Blue value is 7 (3.12% from 255 or 30.43% from 23); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0407 is #F3FBF8. Grayscale: #060606. Windows color (decimal): -15989753 or 459788. OLE color: 459788.

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

Color convert

RGB 12 4 7 -
CMYK 0 0.67 0.42 0.95
HSL 337.5º 0.5% 0.03% -
HSV(B) 337.5º 0.67% 0.05% -
XYZ 0.23 0.18 0.22 -
YUV 6.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 12 4 7 0 0.67 0.42 0.95 337.5 0.5 0.03
Hex C 4 7 0 43 2A 5F 152 32 3
Octal 14 4 7 0 103 52 137 522 62 3
Binary 1100 100 111 0 1000011 101010 1011111 101010010 110010 11

Color Harmonies of #0C0407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0407

Black with #0C0407

Text Example


Text Example

White with #0C0407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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