Html Css Color HEX #23010A Rustic Red

📋 copy color: '#23010A'

red 35 ◦ green 1 ◦ blue 10

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

Shades of Rustic Red #23010A

Tints of Rustic Red #23010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.17%

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

R = 76.09%
G = 2.17%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.86

RGB Variations

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

Color information

#23010A (or 0x23010A) is known color: Rustic Red. HEX triplet: 23, 01 and 0A. RGB value is (35,1,10). Sum of RGB (Red+Green+Blue) = 35+1+10=46 (6% of max value = 765). Red value is 35 (14.06% from 255 or 76.09% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 35 - color contains mainly: red. Hex color #23010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23010A is #DCFEF5. Grayscale: #0C0C0C. Windows color (decimal): -14483190 or 655651. OLE color: 655651.

HSL color Cylindrical-coordinate representation of color #23010A: hue angle of 344.12º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #23010A is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 1 10 -
CMYK 0 0.97 0.71 0.86
HSL 344.12º 0.94% 0.07% -
HSV(B) 344.12º 0.97% 0.14% -
XYZ 0.76 0.4 0.32 -
YUV 12.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 35 1 10 0 0.97 0.71 0.86 344.12 0.94 0.07
Hex 23 1 A 0 61 47 56 158 5E 7
Octal 43 1 12 0 141 107 126 530 136 7
Binary 100011 1 1010 0 1100001 1000111 1010110 101011000 1011110 111

Color Harmonies of #23010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23010A

Black with #23010A

Text Example


Text Example

White with #23010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23010A; }

 p { color: rgb(35,1,10); }

 H1.HeaderClassName
 {
   color: #23010A;
 }
 .AnyTagClassName
 {
   color: #23010A;
 }
</style>

background-color css

<style>
 a { background-color: #23010A; }

 a { background-color: rgb(35,1,10); }

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

border-color css

<style>
 span { border-color: #23010A; }

 span { border-color: rgb(35,1,10); }

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