Html Css Color HEX #9B022E Carmine

📋 copy color: '#9B022E'

red 155 ◦ green 2 ◦ blue 46

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

Shades of Carmine #9B022E

Tints of Carmine #9B022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 46 (18.36% from 255) = 22.66%

R = 76.35%
G = 0.99%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B022E (or 0x9B022E) is known color: Carmine. HEX triplet: 9B, 02 and 2E. RGB value is (155,2,46). Sum of RGB (Red+Green+Blue) = 155+2+46=203 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.35% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 155 - color contains mainly: red. Hex color #9B022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B022E is #64FDD1. Grayscale: #343434. Windows color (decimal): -6618578 or 3015323. OLE color: 3015323.

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

Color convert

RGB 155 2 46 -
CMYK 0 0.99 0.70 0.39
HSL 342.75º 0.97% 0.31% -
HSV(B) 342.75º 0.99% 0.61% -
XYZ 14.03 7.21 3.24 -
YUV 52.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 155 2 46 0 0.99 0.70 0.39 342.75 0.97 0.31
Hex 9B 2 2E 0 63 46 27 157 61 1F
Octal 233 2 56 0 143 106 47 527 141 37
Binary 10011011 10 101110 0 1100011 1000110 100111 101010111 1100001 11111

Color Harmonies of #9B022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B022E

Black with #9B022E

Text Example


Text Example

White with #9B022E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,2,46); }

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

background-color css

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

 a { background-color: rgb(155,2,46); }

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

border-color css

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

 span { border-color: rgb(155,2,46); }

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