Html Css Color HEX #9B033A Carmine

📋 copy color: '#9B033A'

red 155 ◦ green 3 ◦ blue 58

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

Shades of Carmine #9B033A

Tints of Carmine #9B033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.39%

 BLUE value IS 58 (23.05% from 255) = 26.85%

R = 71.76%
G = 1.39%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B033A (or 0x9B033A) is known color: Carmine. HEX triplet: 9B, 03 and 3A. RGB value is (155,3,58). Sum of RGB (Red+Green+Blue) = 155+3+58=216 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.76% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 155 - color contains mainly: red. Hex color #9B033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B033A is #64FCC5. Grayscale: #363636. Windows color (decimal): -6618310 or 3802011. OLE color: 3802011.

HSL color Cylindrical-coordinate representation of color #9B033A: hue angle of 338.29º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B033A is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 3 58 -
CMYK 0 0.98 0.63 0.39
HSL 338.29º 0.96% 0.31% -
HSV(B) 338.29º 0.98% 0.61% -
XYZ 14.31 7.34 4.67 -
YUV 54.72 129.86 199.53 -
System Red Green Blue C M Y K H S L
Decimal 155 3 58 0 0.98 0.63 0.39 338.29 0.96 0.31
Hex 9B 3 3A 0 62 3F 27 152 60 1F
Octal 233 3 72 0 142 77 47 522 140 37
Binary 10011011 11 111010 0 1100010 111111 100111 101010010 1100000 11111

Color Harmonies of #9B033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B033A

Black with #9B033A

Text Example


Text Example

White with #9B033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,3,58); }

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

background-color css

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

 a { background-color: rgb(155,3,58); }

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

border-color css

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

 span { border-color: rgb(155,3,58); }

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