Html Css Color HEX #9B1023 Carmine

📋 copy color: '#9B1023'

red 155 ◦ green 16 ◦ blue 35

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

Shades of Carmine #9B1023

Tints of Carmine #9B1023

RGB

 RED value IS 155 (60.94% from 255) = 75.24%

 GREEN value IS 16 (6.64% from 255) = 7.77%

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

R = 75.24%
G = 7.77%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B1023 (or 0x9B1023) is known color: Carmine. HEX triplet: 9B, 10 and 23. RGB value is (155,16,35). Sum of RGB (Red+Green+Blue) = 155+16+35=206 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.24% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1023 is #64EFDC. Grayscale: #3B3B3B. Windows color (decimal): -6615005 or 2298011. OLE color: 2298011.

HSL color Cylindrical-coordinate representation of color #9B1023: hue angle of 351.8º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B1023 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 16 35 -
CMYK 0 0.90 0.77 0.39
HSL 351.8º 0.81% 0.34% -
HSV(B) 351.8º 0.9% 0.61% -
XYZ 14.01 7.46 2.29 -
YUV 59.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 155 16 35 0 0.90 0.77 0.39 351.8 0.81 0.34
Hex 9B 10 23 0 5A 4D 27 160 51 22
Octal 233 20 43 0 132 115 47 540 121 42
Binary 10011011 10000 100011 0 1011010 1001101 100111 101100000 1010001 100010

Color Harmonies of #9B1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1023

Black with #9B1023

Text Example


Text Example

White with #9B1023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,16,35); }

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

background-color css

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

 a { background-color: rgb(155,16,35); }

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

border-color css

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

 span { border-color: rgb(155,16,35); }

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