Html Css Color HEX #9B041C Carmine

📋 copy color: '#9B041C'

red 155 ◦ green 4 ◦ blue 28

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

Shades of Carmine #9B041C

Tints of Carmine #9B041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

 BLUE value IS 28 (11.33% from 255) = 14.97%

R = 82.89%
G = 2.14%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B041C (or 0x9B041C) is known color: Carmine. HEX triplet: 9B, 04 and 1C. RGB value is (155,4,28). Sum of RGB (Red+Green+Blue) = 155+4+28=187 (24% of max value = 765). Red value is 155 (60.94% from 255 or 82.89% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 155 - color contains mainly: red. Hex color #9B041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B041C is #64FBE3. Grayscale: #333333. Windows color (decimal): -6618084 or 1836187. OLE color: 1836187.

HSL color Cylindrical-coordinate representation of color #9B041C: hue angle of 350.46º degrees, saturation: 0.95, 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 #9B041C is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 4 28 -
CMYK 0 0.97 0.82 0.39
HSL 350.46º 0.95% 0.31% -
HSV(B) 350.46º 0.97% 0.61% -
XYZ 13.77 7.14 1.75 -
YUV 51.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 155 4 28 0 0.97 0.82 0.39 350.46 0.95 0.31
Hex 9B 4 1C 0 61 52 27 15E 5F 1F
Octal 233 4 34 0 141 122 47 536 137 37
Binary 10011011 100 11100 0 1100001 1010010 100111 101011110 1011111 11111

Color Harmonies of #9B041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B041C

Black with #9B041C

Text Example


Text Example

White with #9B041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,4,28); }

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

background-color css

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

 a { background-color: rgb(155,4,28); }

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

border-color css

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

 span { border-color: rgb(155,4,28); }

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