Html Css Color HEX #230C10 Rustic Red

📋 copy color: '#230C10'

red 35 ◦ green 12 ◦ blue 16

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

Shades of Rustic Red #230C10

Tints of Rustic Red #230C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 19.05%

 BLUE value IS 16 (6.64% from 255) = 25.4%

R = 55.56%
G = 19.05%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.86

RGB Variations

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

Color information

#230C10 (or 0x230C10) is known color: Rustic Red. HEX triplet: 23, 0C and 10. RGB value is (35,12,16). Sum of RGB (Red+Green+Blue) = 35+12+16=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #230C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C10 is #DCF3EF. Grayscale: #131313. Windows color (decimal): -14480368 or 1051683. OLE color: 1051683.

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

Color convert

RGB 35 12 16 -
CMYK 0 0.66 0.54 0.86
HSL 349.57º 0.49% 0.09% -
HSV(B) 349.57º 0.66% 0.14% -
XYZ 0.92 0.66 0.57 -
YUV 19.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 35 12 16 0 0.66 0.54 0.86 349.57 0.49 0.09
Hex 23 C 10 0 42 36 56 15E 31 9
Octal 43 14 20 0 102 66 126 536 61 11
Binary 100011 1100 10000 0 1000010 110110 1010110 101011110 110001 1001

Color Harmonies of #230C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C10

Black with #230C10

Text Example


Text Example

White with #230C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230C10; }

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

 H1.HeaderClassName
 {
   color: #230C10;
 }
 .AnyTagClassName
 {
   color: #230C10;
 }
</style>

background-color css

<style>
 a { background-color: #230C10; }

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

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

border-color css

<style>
 span { border-color: #230C10; }

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

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