Html Css Color HEX #250308 Rustic Red

📋 copy color: '#250308'

red 37 ◦ green 3 ◦ blue 8

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

Shades of Rustic Red #250308

Tints of Rustic Red #250308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.25%

 BLUE value IS 8 (3.52% from 255) = 16.67%

R = 77.08%
G = 6.25%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.85

RGB Variations

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

Color information

#250308 (or 0x250308) is known color: Rustic Red. HEX triplet: 25, 03 and 08. RGB value is (37,3,8). Sum of RGB (Red+Green+Blue) = 37+3+8=48 (6% of max value = 765). Red value is 37 (14.84% from 255 or 77.08% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 8 (3.52% from 255 or 16.67% from 48); Max value from RGB is 37 - color contains mainly: red. Hex color #250308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250308 is #DAFCF7. Grayscale: #0D0D0D. Windows color (decimal): -14351608 or 525093. OLE color: 525093.

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

Color convert

RGB 37 3 8 -
CMYK 0 0.92 0.78 0.85
HSL 351.18º 0.85% 0.08% -
HSV(B) 351.18º 0.92% 0.15% -
XYZ 0.84 0.48 0.28 -
YUV 13.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 37 3 8 0 0.92 0.78 0.85 351.18 0.85 0.08
Hex 25 3 8 0 5C 4E 55 15F 55 8
Octal 45 3 10 0 134 116 125 537 125 10
Binary 100101 11 1000 0 1011100 1001110 1010101 101011111 1010101 1000

Color Harmonies of #250308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250308

Black with #250308

Text Example


Text Example

White with #250308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250308; }

 p { color: rgb(37,3,8); }

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

background-color css

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

 a { background-color: rgb(37,3,8); }

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

border-color css

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

 span { border-color: rgb(37,3,8); }

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