Html Css Color HEX #9F0323 Carmine

📋 copy color: '#9F0323'

red 159 ◦ green 3 ◦ blue 35

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

Shades of Carmine #9F0323

Tints of Carmine #9F0323

RGB

 RED value IS 159 (62.5% from 255) = 80.71%

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

 BLUE value IS 35 (14.06% from 255) = 17.77%

R = 80.71%
G = 1.52%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9F0323 (or 0x9F0323) is known color: Carmine. HEX triplet: 9F, 03 and 23. RGB value is (159,3,35). Sum of RGB (Red+Green+Blue) = 159+3+35=197 (26% of max value = 765). Red value is 159 (62.5% from 255 or 80.71% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0323 is #60FCDC. Grayscale: #353535. Windows color (decimal): -6356189 or 2294687. OLE color: 2294687.

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

Color convert

RGB 159 3 35 -
CMYK 0 0.98 0.78 0.38
HSL 347.69º 0.96% 0.32% -
HSV(B) 347.69º 0.98% 0.62% -
XYZ 14.63 7.56 2.28 -
YUV 53.29 117.68 203.4 -
System Red Green Blue C M Y K H S L
Decimal 159 3 35 0 0.98 0.78 0.38 347.69 0.96 0.32
Hex 9F 3 23 0 62 4E 26 15C 60 20
Octal 237 3 43 0 142 116 46 534 140 40
Binary 10011111 11 100011 0 1100010 1001110 100110 101011100 1100000 100000

Color Harmonies of #9F0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0323

Black with #9F0323

Text Example


Text Example

White with #9F0323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,3,35); }

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

background-color css

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

 a { background-color: rgb(159,3,35); }

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

border-color css

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

 span { border-color: rgb(159,3,35); }

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