Html Css Color HEX #0C090A Rustic Red

📋 copy color: '#0C090A'

red 12 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #0C090A

Tints of Rustic Red #0C090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 29.03%

 BLUE value IS 10 (4.3% from 255) = 32.26%

R = 38.71%
G = 29.03%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.95

RGB Variations

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

Color information

#0C090A (or 0x0C090A) is known color: Rustic Red. HEX triplet: 0C, 09 and 0A. RGB value is (12,9,10). Sum of RGB (Red+Green+Blue) = 12+9+10=31 (4% of max value = 765). Red value is 12 (5.08% from 255 or 38.71% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 12 - color contains mainly: red. Hex color #0C090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C090A is #F3F6F5. Grayscale: #0A0A0A. Windows color (decimal): -15988470 or 657676. OLE color: 657676.

HSL color Cylindrical-coordinate representation of color #0C090A: hue angle of 340º degrees, saturation: 0.14, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0C090A is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 9 10 -
CMYK 0 0.25 0.17 0.95
HSL 340º 0.14% 0.04% -
HSV(B) 340º 0.25% 0.05% -
XYZ 0.3 0.3 0.33 -
YUV 10.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 12 9 10 0 0.25 0.17 0.95 340 0.14 0.04
Hex C 9 A 0 19 11 5F 154 E 4
Octal 14 11 12 0 31 21 137 524 16 4
Binary 1100 1001 1010 0 11001 10001 1011111 101010100 1110 100

Color Harmonies of #0C090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C090A

Black with #0C090A

Text Example


Text Example

White with #0C090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,9,10); }

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

background-color css

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

 a { background-color: rgb(12,9,10); }

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

border-color css

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

 span { border-color: rgb(12,9,10); }

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