Html Css Color HEX #9D0325 Carmine

📋 copy color: '#9D0325'

red 157 ◦ green 3 ◦ blue 37

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

Shades of Carmine #9D0325

Tints of Carmine #9D0325

RGB

 RED value IS 157 (61.72% from 255) = 79.7%

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

 BLUE value IS 37 (14.84% from 255) = 18.78%

R = 79.7%
G = 1.52%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9D0325 (or 0x9D0325) is known color: Carmine. HEX triplet: 9D, 03 and 25. RGB value is (157,3,37). Sum of RGB (Red+Green+Blue) = 157+3+37=197 (26% of max value = 765). Red value is 157 (61.72% from 255 or 79.70% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0325 is #62FCDA. Grayscale: #343434. Windows color (decimal): -6487259 or 2425757. OLE color: 2425757.

HSL color Cylindrical-coordinate representation of color #9D0325: hue angle of 346.75º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D0325 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 3 37 -
CMYK 0 0.98 0.76 0.38
HSL 346.75º 0.96% 0.31% -
HSV(B) 346.75º 0.98% 0.62% -
XYZ 14.27 7.37 2.42 -
YUV 52.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 157 3 37 0 0.98 0.76 0.38 346.75 0.96 0.31
Hex 9D 3 25 0 62 4C 26 15B 60 1F
Octal 235 3 45 0 142 114 46 533 140 37
Binary 10011101 11 100101 0 1100010 1001100 100110 101011011 1100000 11111

Color Harmonies of #9D0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0325

Black with #9D0325

Text Example


Text Example

White with #9D0325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D0325; }

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

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

background-color css

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

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

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

border-color css

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

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

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