Html Css Color HEX #9B002F Carmine

📋 copy color: '#9B002F'

red 155 ◦ green 0 ◦ blue 47

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

Shades of Carmine #9B002F

Tints of Carmine #9B002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 47 (18.75% from 255) = 23.27%

R = 76.73%
G = 0%
B = 23.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B002F (or 0x9B002F) is known color: Carmine. HEX triplet: 9B, 00 and 2F. RGB value is (155,0,47). Sum of RGB (Red+Green+Blue) = 155+0+47=202 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.73% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 155 - color contains mainly: red. Hex color #9B002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B002F is #64FFD0. Grayscale: #333333. Windows color (decimal): -6619089 or 3080347. OLE color: 3080347.

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

Color convert

RGB 155 0 47 -
CMYK 0 1 0.70 0.39
HSL 341.81º 1% 0.3% -
HSV(B) 341.81º 1% 0.61% -
XYZ 14.03 7.17 3.33 -
YUV 51.7 125.35 201.68 -
System Red Green Blue C M Y K H S L
Decimal 155 0 47 0 1 0.70 0.39 341.81 1 0.3
Hex 9B 0 2F 0 64 46 27 156 64 1E
Octal 233 0 57 0 144 106 47 526 144 36
Binary 10011011 0 101111 0 1100100 1000110 100111 101010110 1100100 11110

Color Harmonies of #9B002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B002F

Black with #9B002F

Text Example


Text Example

White with #9B002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,0,47); }

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

background-color css

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

 a { background-color: rgb(155,0,47); }

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

border-color css

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

 span { border-color: rgb(155,0,47); }

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