Html Css Color HEX #230608 Rustic Red

📋 copy color: '#230608'

red 35 ◦ green 6 ◦ blue 8

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

Shades of Rustic Red #230608

Tints of Rustic Red #230608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12.24%

 BLUE value IS 8 (3.52% from 255) = 16.33%

R = 71.43%
G = 12.24%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.86

RGB Variations

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

Color information

#230608 (or 0x230608) is known color: Rustic Red. HEX triplet: 23, 06 and 08. RGB value is (35,6,8). Sum of RGB (Red+Green+Blue) = 35+6+8=49 (6% of max value = 765). Red value is 35 (14.06% from 255 or 71.43% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 35 - color contains mainly: red. Hex color #230608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230608 is #DCF9F7. Grayscale: #0E0E0E. Windows color (decimal): -14481912 or 525859. OLE color: 525859.

HSL color Cylindrical-coordinate representation of color #230608: hue angle of 355.86º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #230608 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 6 8 -
CMYK 0 0.83 0.77 0.86
HSL 355.86º 0.71% 0.08% -
HSV(B) 355.86º 0.83% 0.14% -
XYZ 0.8 0.51 0.28 -
YUV 14.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 35 6 8 0 0.83 0.77 0.86 355.86 0.71 0.08
Hex 23 6 8 0 53 4D 56 164 47 8
Octal 43 6 10 0 123 115 126 544 107 10
Binary 100011 110 1000 0 1010011 1001101 1010110 101100100 1000111 1000

Color Harmonies of #230608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230608

Black with #230608

Text Example


Text Example

White with #230608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230608; }

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

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

background-color css

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

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

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

border-color css

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

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

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