Html Css Color HEX #230106 Rustic Red

📋 copy color: '#230106'

red 35 ◦ green 1 ◦ blue 6

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

Shades of Rustic Red #230106

Tints of Rustic Red #230106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 14.29%

R = 83.33%
G = 2.38%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.86

RGB Variations

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

Color information

#230106 (or 0x230106) is known color: Rustic Red. HEX triplet: 23, 01 and 06. RGB value is (35,1,6). Sum of RGB (Red+Green+Blue) = 35+1+6=42 (5% of max value = 765). Red value is 35 (14.06% from 255 or 83.33% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 35 - color contains mainly: red. Hex color #230106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230106 is #DCFEF9. Grayscale: #0B0B0B. Windows color (decimal): -14483194 or 393507. OLE color: 393507.

HSL color Cylindrical-coordinate representation of color #230106: hue angle of 351.18º 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 #230106 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 1 6 -
CMYK 0 0.97 0.83 0.86
HSL 351.18º 0.94% 0.07% -
HSV(B) 351.18º 0.97% 0.14% -
XYZ 0.74 0.39 0.21 -
YUV 11.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 35 1 6 0 0.97 0.83 0.86 351.18 0.94 0.07
Hex 23 1 6 0 61 53 56 15F 5E 7
Octal 43 1 6 0 141 123 126 537 136 7
Binary 100011 1 110 0 1100001 1010011 1010110 101011111 1011110 111

Color Harmonies of #230106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230106

Black with #230106

Text Example


Text Example

White with #230106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230106; }

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

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

background-color css

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

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

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

border-color css

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

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

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