Html Css Color HEX #9B021D Carmine

📋 copy color: '#9B021D'

red 155 ◦ green 2 ◦ blue 29

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

Shades of Carmine #9B021D

Tints of Carmine #9B021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.59%

R = 83.33%
G = 1.08%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9B021D (or 0x9B021D) is known color: Carmine. HEX triplet: 9B, 02 and 1D. RGB value is (155,2,29). Sum of RGB (Red+Green+Blue) = 155+2+29=186 (24% of max value = 765). Red value is 155 (60.94% from 255 or 83.33% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 155 - color contains mainly: red. Hex color #9B021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B021D is #64FDE2. Grayscale: #323232. Windows color (decimal): -6618595 or 1901211. OLE color: 1901211.

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

Color convert

RGB 155 2 29 -
CMYK 0 0.99 0.81 0.39
HSL 349.41º 0.97% 0.31% -
HSV(B) 349.41º 0.99% 0.61% -
XYZ 13.76 7.1 1.81 -
YUV 50.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 155 2 29 0 0.99 0.81 0.39 349.41 0.97 0.31
Hex 9B 2 1D 0 63 51 27 15D 61 1F
Octal 233 2 35 0 143 121 47 535 141 37
Binary 10011011 10 11101 0 1100011 1010001 100111 101011101 1100001 11111

Color Harmonies of #9B021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B021D

Black with #9B021D

Text Example


Text Example

White with #9B021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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