Html Css Color HEX #250002 Rustic Red

📋 copy color: '#250002'

red 37 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #250002

Tints of Rustic Red #250002

RGB

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

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

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

R = 94.87%
G = 0%
B = 5.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#250002 (or 0x250002) is known color: Rustic Red. HEX triplet: 25, 00 and 02. RGB value is (37,0,2). Sum of RGB (Red+Green+Blue) = 37+0+2=39 (5% of max value = 765). Red value is 37 (14.84% from 255 or 94.87% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 37 - color contains mainly: red. Hex color #250002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250002 is #DAFFFD. Grayscale: #0B0B0B. Windows color (decimal): -14352382 or 131109. OLE color: 131109.

HSL color Cylindrical-coordinate representation of color #250002: hue angle of 356.76º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250002 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 0 2 -
CMYK 0 1 0.95 0.85
HSL 356.76º 1% 0.07% -
HSV(B) 356.76º 1% 0.15% -
XYZ 0.77 0.4 0.09 -
YUV 11.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 37 0 2 0 1 0.95 0.85 356.76 1 0.07
Hex 25 0 2 0 64 5F 55 165 64 7
Octal 45 0 2 0 144 137 125 545 144 7
Binary 100101 0 10 0 1100100 1011111 1010101 101100101 1100100 111

Color Harmonies of #250002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250002

Black with #250002

Text Example


Text Example

White with #250002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250002; }

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

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

background-color css

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

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

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

border-color css

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

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

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