Html Css Color HEX #9B032F Carmine

📋 copy color: '#9B032F'

red 155 ◦ green 3 ◦ blue 47

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

Shades of Carmine #9B032F

Tints of Carmine #9B032F

RGB

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

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

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

R = 75.61%
G = 1.46%
B = 22.93%

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

#9B032F (or 0x9B032F) is known color: Carmine. HEX triplet: 9B, 03 and 2F. RGB value is (155,3,47). Sum of RGB (Red+Green+Blue) = 155+3+47=205 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.61% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 155 - color contains mainly: red. Hex color #9B032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B032F is #64FCD0. Grayscale: #353535. Windows color (decimal): -6618321 or 3081115. OLE color: 3081115.

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

Color convert

RGB 155 3 47 -
CMYK 0 0.98 0.70 0.39
HSL 342.63º 0.96% 0.31% -
HSV(B) 342.63º 0.98% 0.61% -
XYZ 14.06 7.24 3.35 -
YUV 53.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 155 3 47 0 0.98 0.70 0.39 342.63 0.96 0.31
Hex 9B 3 2F 0 62 46 27 157 60 1F
Octal 233 3 57 0 142 106 47 527 140 37
Binary 10011011 11 101111 0 1100010 1000110 100111 101010111 1100000 11111

Color Harmonies of #9B032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B032F

Black with #9B032F

Text Example


Text Example

White with #9B032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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