Html Css Color HEX #230C0E Rustic Red

📋 copy color: '#230C0E'

red 35 ◦ green 12 ◦ blue 14

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

Shades of Rustic Red #230C0E

Tints of Rustic Red #230C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 22.95%

R = 57.38%
G = 19.67%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.86

RGB Variations

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

Color information

#230C0E (or 0x230C0E) is known color: Rustic Red. HEX triplet: 23, 0C and 0E. RGB value is (35,12,14). Sum of RGB (Red+Green+Blue) = 35+12+14=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #230C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C0E is #DCF3F1. Grayscale: #131313. Windows color (decimal): -14480370 or 920611. OLE color: 920611.

HSL color Cylindrical-coordinate representation of color #230C0E: hue angle of 354.78º 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 #230C0E is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 12 14 -
CMYK 0 0.66 0.60 0.86
HSL 354.78º 0.49% 0.09% -
HSV(B) 354.78º 0.66% 0.14% -
XYZ 0.9 0.65 0.49 -
YUV 19.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 35 12 14 0 0.66 0.60 0.86 354.78 0.49 0.09
Hex 23 C E 0 42 3C 56 163 31 9
Octal 43 14 16 0 102 74 126 543 61 11
Binary 100011 1100 1110 0 1000010 111100 1010110 101100011 110001 1001

Color Harmonies of #230C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C0E

Black with #230C0E

Text Example


Text Example

White with #230C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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