#230714

Color #230714 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #230714

Tints of Rustic Red #230714

Color information

#230714 (or 0x230714) is unknown color: approx Rustic Red. HEX triplet: 23, 07 and 14. RGB value is (35,7,20). Sum of RGB (Red+Green+Blue) = 35+7+20=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #230714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230714 is #DCF8EB. Grayscale: #101010. Windows color (decimal): -14481644 or 1312547. OLE color: 1312547.

HSL color Cylindrical-coordinate representation of color #230714: hue angle of 332.14º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230714 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB35720-
CMYK00.800.430.86
HSL332.14º66.67%8.24%-
HSV(B)332.14º80%13.73%-
XYZ0.90.560.72-
YUV16.85129.78140.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 56.45%
GREEN value IS 7 (3.12% from 255) = 11.29%
BLUE value IS 20 (8.20% from 255) = 32.26%
R=56.45%
G=11.29%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3572000.800.430.86332.1466.678.24
Hex237140502B5614c438
Octal4372401205312651410310
Binary1000111111010001010000101011101011010100110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230714; }

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

 H1.HeaderClassName
 {
   color: #230714;
 }
 .AnyTagClassName
 {
   color: #230714;
 }
</style>
background-color css

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

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

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

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

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

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