Html Css Color HEX #9B0225 Carmine

📋 copy color: '#9B0225'

red 155 ◦ green 2 ◦ blue 37

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

Shades of Carmine #9B0225

Tints of Carmine #9B0225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 37 (14.84% from 255) = 19.07%

R = 79.9%
G = 1.03%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B0225 (or 0x9B0225) is known color: Carmine. HEX triplet: 9B, 02 and 25. RGB value is (155,2,37). Sum of RGB (Red+Green+Blue) = 155+2+37=194 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.90% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0225 is #64FDDA. Grayscale: #333333. Windows color (decimal): -6618587 or 2425499. OLE color: 2425499.

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

Color convert

RGB 155 2 37 -
CMYK 0 0.99 0.76 0.39
HSL 346.27º 0.97% 0.31% -
HSV(B) 346.27º 0.99% 0.61% -
XYZ 13.87 7.15 2.4 -
YUV 51.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 155 2 37 0 0.99 0.76 0.39 346.27 0.97 0.31
Hex 9B 2 25 0 63 4C 27 15A 61 1F
Octal 233 2 45 0 143 114 47 532 141 37
Binary 10011011 10 100101 0 1100011 1001100 100111 101011010 1100001 11111

Color Harmonies of #9B0225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0225

Black with #9B0225

Text Example


Text Example

White with #9B0225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,2,37); }

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

background-color css

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

 a { background-color: rgb(155,2,37); }

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

border-color css

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

 span { border-color: rgb(155,2,37); }

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