Html Css Color HEX #9B083A Carmine

📋 copy color: '#9B083A'

red 155 ◦ green 8 ◦ blue 58

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

Shades of Carmine #9B083A

Tints of Carmine #9B083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

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

R = 70.14%
G = 3.62%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B083A (or 0x9B083A) is known color: Carmine. HEX triplet: 9B, 08 and 3A. RGB value is (155,8,58). Sum of RGB (Red+Green+Blue) = 155+8+58=221 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.14% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 155 - color contains mainly: red. Hex color #9B083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B083A is #64F7C5. Grayscale: #393939. Windows color (decimal): -6617030 or 3803291. OLE color: 3803291.

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

Color convert

RGB 155 8 58 -
CMYK 0 0.95 0.63 0.39
HSL 339.59º 0.9% 0.32% -
HSV(B) 339.59º 0.95% 0.61% -
XYZ 14.37 7.45 4.68 -
YUV 57.65 128.2 197.43 -
System Red Green Blue C M Y K H S L
Decimal 155 8 58 0 0.95 0.63 0.39 339.59 0.9 0.32
Hex 9B 8 3A 0 5F 3F 27 154 5A 20
Octal 233 10 72 0 137 77 47 524 132 40
Binary 10011011 1000 111010 0 1011111 111111 100111 101010100 1011010 100000

Color Harmonies of #9B083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B083A

Black with #9B083A

Text Example


Text Example

White with #9B083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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