Html Css Color HEX #9B0722 Carmine

📋 copy color: '#9B0722'

red 155 ◦ green 7 ◦ blue 34

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

Shades of Carmine #9B0722

Tints of Carmine #9B0722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.57%

 BLUE value IS 34 (13.67% from 255) = 17.35%

R = 79.08%
G = 3.57%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9B0722 (or 0x9B0722) is known color: Carmine. HEX triplet: 9B, 07 and 22. RGB value is (155,7,34). Sum of RGB (Red+Green+Blue) = 155+7+34=196 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.08% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0722 is #64F8DD. Grayscale: #363636. Windows color (decimal): -6617310 or 2230171. OLE color: 2230171.

HSL color Cylindrical-coordinate representation of color #9B0722: hue angle of 349.05º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0722 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 7 34 -
CMYK 0 0.95 0.78 0.39
HSL 349.05º 0.91% 0.32% -
HSV(B) 349.05º 0.95% 0.61% -
XYZ 13.88 7.24 2.18 -
YUV 54.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 155 7 34 0 0.95 0.78 0.39 349.05 0.91 0.32
Hex 9B 7 22 0 5F 4E 27 15D 5B 20
Octal 233 7 42 0 137 116 47 535 133 40
Binary 10011011 111 100010 0 1011111 1001110 100111 101011101 1011011 100000

Color Harmonies of #9B0722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0722

Black with #9B0722

Text Example


Text Example

White with #9B0722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,7,34); }

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

background-color css

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

 a { background-color: rgb(155,7,34); }

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

border-color css

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

 span { border-color: rgb(155,7,34); }

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