Html Css Color HEX #9F0835 Carmine

📋 copy color: '#9F0835'

red 159 ◦ green 8 ◦ blue 53

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

Shades of Carmine #9F0835

Tints of Carmine #9F0835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.09%

R = 72.27%
G = 3.64%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F0835 (or 0x9F0835) is known color: Carmine. HEX triplet: 9F, 08 and 35. RGB value is (159,8,53). Sum of RGB (Red+Green+Blue) = 159+8+53=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0835 is #60F7CA. Grayscale: #3A3A3A. Windows color (decimal): -6354891 or 3475615. OLE color: 3475615.

HSL color Cylindrical-coordinate representation of color #9F0835: hue angle of 342.12º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0835 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 8 53 -
CMYK 0 0.95 0.67 0.38
HSL 342.12º 0.9% 0.33% -
HSV(B) 342.12º 0.95% 0.62% -
XYZ 15.03 7.8 4.08 -
YUV 58.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 159 8 53 0 0.95 0.67 0.38 342.12 0.9 0.33
Hex 9F 8 35 0 5F 43 26 156 5A 21
Octal 237 10 65 0 137 103 46 526 132 41
Binary 10011111 1000 110101 0 1011111 1000011 100110 101010110 1011010 100001

Color Harmonies of #9F0835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0835

Black with #9F0835

Text Example


Text Example

White with #9F0835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,8,53); }

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

background-color css

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

 a { background-color: rgb(159,8,53); }

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

border-color css

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

 span { border-color: rgb(159,8,53); }

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