Html Css Color HEX #23090C Rustic Red

📋 copy color: '#23090C'

red 35 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #23090C

Tints of Rustic Red #23090C

RGB

 RED value IS 35 (14.06% from 255) = 62.5%

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

 BLUE value IS 12 (5.08% from 255) = 21.43%

R = 62.5%
G = 16.07%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.86

RGB Variations

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

Color information

#23090C (or 0x23090C) is known color: Rustic Red. HEX triplet: 23, 09 and 0C. RGB value is (35,9,12). Sum of RGB (Red+Green+Blue) = 35+9+12=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #23090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23090C is #DCF6F3. Grayscale: #111111. Windows color (decimal): -14481140 or 788771. OLE color: 788771.

HSL color Cylindrical-coordinate representation of color #23090C: hue angle of 353.08º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23090C is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 9 12 -
CMYK 0 0.74 0.66 0.86
HSL 353.08º 0.59% 0.09% -
HSV(B) 353.08º 0.74% 0.14% -
XYZ 0.86 0.58 0.41 -
YUV 17.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 35 9 12 0 0.74 0.66 0.86 353.08 0.59 0.09
Hex 23 9 C 0 4A 42 56 161 3B 9
Octal 43 11 14 0 112 102 126 541 73 11
Binary 100011 1001 1100 0 1001010 1000010 1010110 101100001 111011 1001

Color Harmonies of #23090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23090C

Black with #23090C

Text Example


Text Example

White with #23090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23090C; }

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

 H1.HeaderClassName
 {
   color: #23090C;
 }
 .AnyTagClassName
 {
   color: #23090C;
 }
</style>

background-color css

<style>
 a { background-color: #23090C; }

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

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

border-color css

<style>
 span { border-color: #23090C; }

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

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