Html Css Color HEX #251C1D Rustic Red

📋 copy color: '#251C1D'

red 37 ◦ green 28 ◦ blue 29

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

Shades of Rustic Red #251C1D

Tints of Rustic Red #251C1D

RGB

 RED value IS 37 (14.84% from 255) = 39.36%

 GREEN value IS 28 (11.33% from 255) = 29.79%

 BLUE value IS 29 (11.72% from 255) = 30.85%

R = 39.36%
G = 29.79%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#251C1D (or 0x251C1D) is known color: Rustic Red. HEX triplet: 25, 1C and 1D. RGB value is (37,28,29). Sum of RGB (Red+Green+Blue) = 37+28+29=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #251C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C1D is #DAE3E2. Grayscale: #1E1E1E. Windows color (decimal): -14345187 or 1907749. OLE color: 1907749.

HSL color Cylindrical-coordinate representation of color #251C1D: hue angle of 353.33º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #251C1D is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 28 29 -
CMYK 0 0.24 0.22 0.85
HSL 353.33º 0.14% 0.13% -
HSV(B) 353.33º 0.24% 0.15% -
XYZ 1.4 1.31 1.34 -
YUV 30.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 37 28 29 0 0.24 0.22 0.85 353.33 0.14 0.13
Hex 25 1C 1D 0 18 16 55 161 E D
Octal 45 34 35 0 30 26 125 541 16 15
Binary 100101 11100 11101 0 11000 10110 1010101 101100001 1110 1101

Color Harmonies of #251C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251C1D

Black with #251C1D

Text Example


Text Example

White with #251C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251C1D; }

 p { color: rgb(37,28,29); }

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

background-color css

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

 a { background-color: rgb(37,28,29); }

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

border-color css

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

 span { border-color: rgb(37,28,29); }

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