Html Css Color HEX #9B032E Carmine

📋 copy color: '#9B032E'

red 155 ◦ green 3 ◦ blue 46

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

Shades of Carmine #9B032E

Tints of Carmine #9B032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.55%

R = 75.98%
G = 1.47%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B032E (or 0x9B032E) is known color: Carmine. HEX triplet: 9B, 03 and 2E. RGB value is (155,3,46). Sum of RGB (Red+Green+Blue) = 155+3+46=204 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.98% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 155 - color contains mainly: red. Hex color #9B032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B032E is #64FCD1. Grayscale: #353535. Windows color (decimal): -6618322 or 3015579. OLE color: 3015579.

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

Color convert

RGB 155 3 46 -
CMYK 0 0.98 0.70 0.39
HSL 343.03º 0.96% 0.31% -
HSV(B) 343.03º 0.98% 0.61% -
XYZ 14.04 7.23 3.24 -
YUV 53.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 155 3 46 0 0.98 0.70 0.39 343.03 0.96 0.31
Hex 9B 3 2E 0 62 46 27 157 60 1F
Octal 233 3 56 0 142 106 47 527 140 37
Binary 10011011 11 101110 0 1100010 1000110 100111 101010111 1100000 11111

Color Harmonies of #9B032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B032E

Black with #9B032E

Text Example


Text Example

White with #9B032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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