Html Css Color HEX #9B021F Carmine

📋 copy color: '#9B021F'

red 155 ◦ green 2 ◦ blue 31

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

Shades of Carmine #9B021F

Tints of Carmine #9B021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.49%

R = 82.45%
G = 1.06%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B021F (or 0x9B021F) is known color: Carmine. HEX triplet: 9B, 02 and 1F. RGB value is (155,2,31). Sum of RGB (Red+Green+Blue) = 155+2+31=188 (24% of max value = 765). Red value is 155 (60.94% from 255 or 82.45% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 155 - color contains mainly: red. Hex color #9B021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B021F is #64FDE0. Grayscale: #333333. Windows color (decimal): -6618593 or 2032283. OLE color: 2032283.

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

Color convert

RGB 155 2 31 -
CMYK 0 0.99 0.8 0.39
HSL 348.63º 0.97% 0.31% -
HSV(B) 348.63º 0.99% 0.61% -
XYZ 13.79 7.11 1.94 -
YUV 51.05 116.69 202.14 -
System Red Green Blue C M Y K H S L
Decimal 155 2 31 0 0.99 0.8 0.39 348.63 0.97 0.31
Hex 9B 2 1F 0 63 50 27 15D 61 1F
Octal 233 2 37 0 143 120 47 535 141 37
Binary 10011011 10 11111 0 1100011 1010000 100111 101011101 1100001 11111

Color Harmonies of #9B021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B021F

Black with #9B021F

Text Example


Text Example

White with #9B021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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