Html Css Color HEX #9B052A Carmine

📋 copy color: '#9B052A'

red 155 ◦ green 5 ◦ blue 42

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

Shades of Carmine #9B052A

Tints of Carmine #9B052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.79%

R = 76.73%
G = 2.48%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9B052A (or 0x9B052A) is known color: Carmine. HEX triplet: 9B, 05 and 2A. RGB value is (155,5,42). Sum of RGB (Red+Green+Blue) = 155+5+42=202 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.73% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 155 - color contains mainly: red. Hex color #9B052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B052A is #64FAD5. Grayscale: #363636. Windows color (decimal): -6617814 or 2753947. OLE color: 2753947.

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

Color convert

RGB 155 5 42 -
CMYK 0 0.97 0.73 0.39
HSL 345.2º 0.94% 0.31% -
HSV(B) 345.2º 0.97% 0.61% -
XYZ 13.99 7.24 2.85 -
YUV 54.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 155 5 42 0 0.97 0.73 0.39 345.2 0.94 0.31
Hex 9B 5 2A 0 61 49 27 159 5E 1F
Octal 233 5 52 0 141 111 47 531 136 37
Binary 10011011 101 101010 0 1100001 1001001 100111 101011001 1011110 11111

Color Harmonies of #9B052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B052A

Black with #9B052A

Text Example


Text Example

White with #9B052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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