Html Css Color HEX #9B021A Carmine

📋 copy color: '#9B021A'

red 155 ◦ green 2 ◦ blue 26

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

Shades of Carmine #9B021A

Tints of Carmine #9B021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.21%

R = 84.7%
G = 1.09%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B021A (or 0x9B021A) is known color: Carmine. HEX triplet: 9B, 02 and 1A. RGB value is (155,2,26). Sum of RGB (Red+Green+Blue) = 155+2+26=183 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.70% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 155 - color contains mainly: red. Hex color #9B021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B021A is #64FDE5. Grayscale: #323232. Windows color (decimal): -6618598 or 1704603. OLE color: 1704603.

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

Color convert

RGB 155 2 26 -
CMYK 0 0.99 0.83 0.39
HSL 350.59º 0.97% 0.31% -
HSV(B) 350.59º 0.99% 0.61% -
XYZ 13.73 7.09 1.62 -
YUV 50.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 155 2 26 0 0.99 0.83 0.39 350.59 0.97 0.31
Hex 9B 2 1A 0 63 53 27 15F 61 1F
Octal 233 2 32 0 143 123 47 537 141 37
Binary 10011011 10 11010 0 1100011 1010011 100111 101011111 1100001 11111

Color Harmonies of #9B021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B021A

Black with #9B021A

Text Example


Text Example

White with #9B021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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