Html Css Color HEX #9C0825 Carmine

📋 copy color: '#9C0825'

red 156 ◦ green 8 ◦ blue 37

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

Shades of Carmine #9C0825

Tints of Carmine #9C0825

RGB

 RED value IS 156 (61.33% from 255) = 77.61%

 GREEN value IS 8 (3.52% from 255) = 3.98%

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

R = 77.61%
G = 3.98%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9C0825 (or 0x9C0825) is known color: Carmine. HEX triplet: 9C, 08 and 25. RGB value is (156,8,37). Sum of RGB (Red+Green+Blue) = 156+8+37=201 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.61% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0825 is #63F7DA. Grayscale: #373737. Windows color (decimal): -6551515 or 2427036. OLE color: 2427036.

HSL color Cylindrical-coordinate representation of color #9C0825: hue angle of 348.24º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0825 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 8 37 -
CMYK 0 0.95 0.76 0.39
HSL 348.24º 0.9% 0.32% -
HSV(B) 348.24º 0.95% 0.61% -
XYZ 14.13 7.38 2.43 -
YUV 55.56 117.53 199.64 -
System Red Green Blue C M Y K H S L
Decimal 156 8 37 0 0.95 0.76 0.39 348.24 0.9 0.32
Hex 9C 8 25 0 5F 4C 27 15C 5A 20
Octal 234 10 45 0 137 114 47 534 132 40
Binary 10011100 1000 100101 0 1011111 1001100 100111 101011100 1011010 100000

Color Harmonies of #9C0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0825

Black with #9C0825

Text Example


Text Example

White with #9C0825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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