Html Css Color HEX #9B0C1D Carmine

📋 copy color: '#9B0C1D'

red 155 ◦ green 12 ◦ blue 29

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

Shades of Carmine #9B0C1D

Tints of Carmine #9B0C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.12%

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 79.08%
G = 6.12%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9B0C1D (or 0x9B0C1D) is known color: Carmine. HEX triplet: 9B, 0C and 1D. RGB value is (155,12,29). Sum of RGB (Red+Green+Blue) = 155+12+29=196 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.08% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0C1D is #64F3E2. Grayscale: #383838. Windows color (decimal): -6616035 or 1903771. OLE color: 1903771.

HSL color Cylindrical-coordinate representation of color #9B0C1D: hue angle of 352.87º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0C1D is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 12 29 -
CMYK 0 0.92 0.81 0.39
HSL 352.87º 0.86% 0.33% -
HSV(B) 352.87º 0.92% 0.61% -
XYZ 13.87 7.32 1.84 -
YUV 56.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 155 12 29 0 0.92 0.81 0.39 352.87 0.86 0.33
Hex 9B C 1D 0 5C 51 27 161 56 21
Octal 233 14 35 0 134 121 47 541 126 41
Binary 10011011 1100 11101 0 1011100 1010001 100111 101100001 1010110 100001

Color Harmonies of #9B0C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0C1D

Black with #9B0C1D

Text Example


Text Example

White with #9B0C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,12,29); }

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

background-color css

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

 a { background-color: rgb(155,12,29); }

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

border-color css

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

 span { border-color: rgb(155,12,29); }

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