Html Css Color HEX #9B0523 Carmine

📋 copy color: '#9B0523'

red 155 ◦ green 5 ◦ blue 35

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

Shades of Carmine #9B0523

Tints of Carmine #9B0523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.56%

 BLUE value IS 35 (14.06% from 255) = 17.95%

R = 79.49%
G = 2.56%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B0523 (or 0x9B0523) is known color: Carmine. HEX triplet: 9B, 05 and 23. RGB value is (155,5,35). Sum of RGB (Red+Green+Blue) = 155+5+35=195 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.49% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0523 is #64FADC. Grayscale: #353535. Windows color (decimal): -6617821 or 2295195. OLE color: 2295195.

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

Color convert

RGB 155 5 35 -
CMYK 0 0.97 0.77 0.39
HSL 348º 0.94% 0.31% -
HSV(B) 348º 0.97% 0.61% -
XYZ 13.88 7.2 2.25 -
YUV 53.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 155 5 35 0 0.97 0.77 0.39 348 0.94 0.31
Hex 9B 5 23 0 61 4D 27 15C 5E 1F
Octal 233 5 43 0 141 115 47 534 136 37
Binary 10011011 101 100011 0 1100001 1001101 100111 101011100 1011110 11111

Color Harmonies of #9B0523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0523

Black with #9B0523

Text Example


Text Example

White with #9B0523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,5,35); }

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

background-color css

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

 a { background-color: rgb(155,5,35); }

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

border-color css

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

 span { border-color: rgb(155,5,35); }

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