Html Css Color HEX #9B0F2A Carmine

📋 copy color: '#9B0F2A'

red 155 ◦ green 15 ◦ blue 42

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

Shades of Carmine #9B0F2A

Tints of Carmine #9B0F2A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.08%

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

R = 73.11%
G = 7.08%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9B0F2A (or 0x9B0F2A) is known color: Carmine. HEX triplet: 9B, 0F and 2A. RGB value is (155,15,42). Sum of RGB (Red+Green+Blue) = 155+15+42=212 (28% of max value = 765). Red value is 155 (60.94% from 255 or 73.11% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0F2A is #64F0D5. Grayscale: #3B3B3B. Windows color (decimal): -6615254 or 2756507. OLE color: 2756507.

HSL color Cylindrical-coordinate representation of color #9B0F2A: hue angle of 348.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B0F2A is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 15 42 -
CMYK 0 0.90 0.73 0.39
HSL 348.43º 0.82% 0.33% -
HSV(B) 348.43º 0.9% 0.61% -
XYZ 14.11 7.48 2.89 -
YUV 59.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 155 15 42 0 0.90 0.73 0.39 348.43 0.82 0.33
Hex 9B F 2A 0 5A 49 27 15C 52 21
Octal 233 17 52 0 132 111 47 534 122 41
Binary 10011011 1111 101010 0 1011010 1001001 100111 101011100 1010010 100001

Color Harmonies of #9B0F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0F2A

Black with #9B0F2A

Text Example


Text Example

White with #9B0F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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