Html Css Color HEX #230002 Rustic Red

📋 copy color: '#230002'

red 35 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #230002

Tints of Rustic Red #230002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 5.41%

R = 94.59%
G = 0%
B = 5.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#230002 (or 0x230002) is known color: Rustic Red. HEX triplet: 23, 00 and 02. RGB value is (35,0,2). Sum of RGB (Red+Green+Blue) = 35+0+2=37 (4% of max value = 765). Red value is 35 (14.06% from 255 or 94.59% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 35 - color contains mainly: red. Hex color #230002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230002 is #DCFFFD. Grayscale: #0A0A0A. Windows color (decimal): -14483454 or 131107. OLE color: 131107.

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

Color convert

RGB 35 0 2 -
CMYK 0 1 0.94 0.86
HSL 356.57º 1% 0.07% -
HSV(B) 356.57º 1% 0.14% -
XYZ 0.7 0.36 0.09 -
YUV 10.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 35 0 2 0 1 0.94 0.86 356.57 1 0.07
Hex 23 0 2 0 64 5E 56 165 64 7
Octal 43 0 2 0 144 136 126 545 144 7
Binary 100011 0 10 0 1100100 1011110 1010110 101100101 1100100 111

Color Harmonies of #230002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230002

Black with #230002

Text Example


Text Example

White with #230002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230002; }

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

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

background-color css

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

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

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

border-color css

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

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

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