Html Css Color HEX #230005 Rustic Red

📋 copy color: '#230005'

red 35 ◦ green 0 ◦ blue 5

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

Shades of Rustic Red #230005

Tints of Rustic Red #230005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 12.5%

R = 87.5%
G = 0%
B = 12.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.86

RGB Variations

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

Color information

#230005 (or 0x230005) is known color: Rustic Red. HEX triplet: 23, 00 and 05. RGB value is (35,0,5). Sum of RGB (Red+Green+Blue) = 35+0+5=40 (5% of max value = 765). Red value is 35 (14.06% from 255 or 87.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 35 - color contains mainly: red. Hex color #230005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230005 is #DCFFFA. Grayscale: #0B0B0B. Windows color (decimal): -14483451 or 327715. OLE color: 327715.

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

Color convert

RGB 35 0 5 -
CMYK 0 1 0.86 0.86
HSL 351.43º 1% 0.07% -
HSV(B) 351.43º 1% 0.14% -
XYZ 0.72 0.37 0.18 -
YUV 11.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 35 0 5 0 1 0.86 0.86 351.43 1 0.07
Hex 23 0 5 0 64 56 56 15F 64 7
Octal 43 0 5 0 144 126 126 537 144 7
Binary 100011 0 101 0 1100100 1010110 1010110 101011111 1100100 111

Color Harmonies of #230005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230005

Black with #230005

Text Example


Text Example

White with #230005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230005; }

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

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

background-color css

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

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

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

border-color css

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

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

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