Html Css Color HEX #230004 Rustic Red

📋 copy color: '#230004'

red 35 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #230004

Tints of Rustic Red #230004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 4 (1.95% from 255) = 10.26%

R = 89.74%
G = 0%
B = 10.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.86

RGB Variations

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

Color information

#230004 (or 0x230004) is known color: Rustic Red. HEX triplet: 23, 00 and 04. RGB value is (35,0,4). Sum of RGB (Red+Green+Blue) = 35+0+4=39 (5% of max value = 765). Red value is 35 (14.06% from 255 or 89.74% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 35 - color contains mainly: red. Hex color #230004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230004 is #DCFFFB. Grayscale: #0A0A0A. Windows color (decimal): -14483452 or 262179. OLE color: 262179.

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

Color convert

RGB 35 0 4 -
CMYK 0 1 0.89 0.86
HSL 353.14º 1% 0.07% -
HSV(B) 353.14º 1% 0.14% -
XYZ 0.72 0.37 0.15 -
YUV 10.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 35 0 4 0 1 0.89 0.86 353.14 1 0.07
Hex 23 0 4 0 64 59 56 161 64 7
Octal 43 0 4 0 144 131 126 541 144 7
Binary 100011 0 100 0 1100100 1011001 1010110 101100001 1100100 111

Color Harmonies of #230004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230004

Black with #230004

Text Example


Text Example

White with #230004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230004; }

 p { color: rgb(35,0,4); }

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

background-color css

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

 a { background-color: rgb(35,0,4); }

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

border-color css

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

 span { border-color: rgb(35,0,4); }

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