Html Css Color HEX #9B041A Carmine

📋 copy color: '#9B041A'

red 155 ◦ green 4 ◦ blue 26

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

Shades of Carmine #9B041A

Tints of Carmine #9B041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

 BLUE value IS 26 (10.55% from 255) = 14.05%

R = 83.78%
G = 2.16%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B041A (or 0x9B041A) is known color: Carmine. HEX triplet: 9B, 04 and 1A. RGB value is (155,4,26). Sum of RGB (Red+Green+Blue) = 155+4+26=185 (24% of max value = 765). Red value is 155 (60.94% from 255 or 83.78% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 155 - color contains mainly: red. Hex color #9B041A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B041A is #64FBE5. Grayscale: #333333. Windows color (decimal): -6618086 or 1705115. OLE color: 1705115.

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

Color convert

RGB 155 4 26 -
CMYK 0 0.97 0.83 0.39
HSL 351.26º 0.95% 0.31% -
HSV(B) 351.26º 0.97% 0.61% -
XYZ 13.75 7.13 1.63 -
YUV 51.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 155 4 26 0 0.97 0.83 0.39 351.26 0.95 0.31
Hex 9B 4 1A 0 61 53 27 15F 5F 1F
Octal 233 4 32 0 141 123 47 537 137 37
Binary 10011011 100 11010 0 1100001 1010011 100111 101011111 1011111 11111

Color Harmonies of #9B041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B041A

Black with #9B041A

Text Example


Text Example

White with #9B041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,4,26); }

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

background-color css

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

 a { background-color: rgb(155,4,26); }

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

border-color css

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

 span { border-color: rgb(155,4,26); }

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