Html Css Color HEX #9B052C Carmine

📋 copy color: '#9B052C'

red 155 ◦ green 5 ◦ blue 44

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

Shades of Carmine #9B052C

Tints of Carmine #9B052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

 BLUE value IS 44 (17.58% from 255) = 21.57%

R = 75.98%
G = 2.45%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B052C (or 0x9B052C) is known color: Carmine. HEX triplet: 9B, 05 and 2C. RGB value is (155,5,44). Sum of RGB (Red+Green+Blue) = 155+5+44=204 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.98% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 155 - color contains mainly: red. Hex color #9B052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B052C is #64FAD3. Grayscale: #363636. Windows color (decimal): -6617812 or 2885019. OLE color: 2885019.

HSL color Cylindrical-coordinate representation of color #9B052C: hue angle of 344.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B052C is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 5 44 -
CMYK 0 0.97 0.72 0.39
HSL 344.4º 0.94% 0.31% -
HSV(B) 344.4º 0.97% 0.61% -
XYZ 14.03 7.26 3.04 -
YUV 54.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 155 5 44 0 0.97 0.72 0.39 344.4 0.94 0.31
Hex 9B 5 2C 0 61 48 27 158 5E 1F
Octal 233 5 54 0 141 110 47 530 136 37
Binary 10011011 101 101100 0 1100001 1001000 100111 101011000 1011110 11111

Color Harmonies of #9B052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B052C

Black with #9B052C

Text Example


Text Example

White with #9B052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,5,44); }

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

background-color css

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

 a { background-color: rgb(155,5,44); }

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

border-color css

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

 span { border-color: rgb(155,5,44); }

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