Html Css Color HEX #9B042C Carmine

📋 copy color: '#9B042C'

red 155 ◦ green 4 ◦ blue 44

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

Shades of Carmine #9B042C

Tints of Carmine #9B042C

RGB

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

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

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

R = 76.35%
G = 1.97%
B = 21.67%

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

#9B042C (or 0x9B042C) is known color: Carmine. HEX triplet: 9B, 04 and 2C. RGB value is (155,4,44). Sum of RGB (Red+Green+Blue) = 155+4+44=203 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.35% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 155 - color contains mainly: red. Hex color #9B042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B042C is #64FBD3. Grayscale: #353535. Windows color (decimal): -6618068 or 2884763. OLE color: 2884763.

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

Color convert

RGB 155 4 44 -
CMYK 0 0.97 0.72 0.39
HSL 344.11º 0.95% 0.31% -
HSV(B) 344.11º 0.97% 0.61% -
XYZ 14.02 7.24 3.04 -
YUV 53.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 155 4 44 0 0.97 0.72 0.39 344.11 0.95 0.31
Hex 9B 4 2C 0 61 48 27 158 5F 1F
Octal 233 4 54 0 141 110 47 530 137 37
Binary 10011011 100 101100 0 1100001 1001000 100111 101011000 1011111 11111

Color Harmonies of #9B042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B042C

Black with #9B042C

Text Example


Text Example

White with #9B042C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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