Html Css Color HEX #9B0028 Carmine

📋 copy color: '#9B0028'

red 155 ◦ green 0 ◦ blue 40

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

Shades of Carmine #9B0028

Tints of Carmine #9B0028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.51%

R = 79.49%
G = 0%
B = 20.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B0028 (or 0x9B0028) is known color: Carmine. HEX triplet: 9B, 00 and 28. RGB value is (155,0,40). Sum of RGB (Red+Green+Blue) = 155+0+40=195 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.49% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0028 is #64FFD7. Grayscale: #323232. Windows color (decimal): -6619096 or 2621595. OLE color: 2621595.

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

Color convert

RGB 155 0 40 -
CMYK 0 1 0.74 0.39
HSL 344.52º 1% 0.3% -
HSV(B) 344.52º 1% 0.61% -
XYZ 13.9 7.12 2.65 -
YUV 50.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 155 0 40 0 1 0.74 0.39 344.52 1 0.3
Hex 9B 0 28 0 64 4A 27 159 64 1E
Octal 233 0 50 0 144 112 47 531 144 36
Binary 10011011 0 101000 0 1100100 1001010 100111 101011001 1100100 11110

Color Harmonies of #9B0028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0028

Black with #9B0028

Text Example


Text Example

White with #9B0028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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