Html Css Color HEX #230007 Rustic Red

📋 copy color: '#230007'

red 35 ◦ green 0 ◦ blue 7

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

Shades of Rustic Red #230007

Tints of Rustic Red #230007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 16.67%

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.86

RGB Variations

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

Color information

#230007 (or 0x230007) is known color: Rustic Red. HEX triplet: 23, 00 and 07. RGB value is (35,0,7). Sum of RGB (Red+Green+Blue) = 35+0+7=42 (5% of max value = 765). Red value is 35 (14.06% from 255 or 83.33% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 35 - color contains mainly: red. Hex color #230007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230007 is #DCFFF8. Grayscale: #0B0B0B. Windows color (decimal): -14483449 or 458787. OLE color: 458787.

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

Color convert

RGB 35 0 7 -
CMYK 0 1 0.80 0.86
HSL 348º 1% 0.07% -
HSV(B) 348º 1% 0.14% -
XYZ 0.73 0.37 0.23 -
YUV 11.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 35 0 7 0 1 0.80 0.86 348 1 0.07
Hex 23 0 7 0 64 50 56 15C 64 7
Octal 43 0 7 0 144 120 126 534 144 7
Binary 100011 0 111 0 1100100 1010000 1010110 101011100 1100100 111

Color Harmonies of #230007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230007

Black with #230007

Text Example


Text Example

White with #230007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230007; }

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

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

background-color css

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

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

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

border-color css

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

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

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