Html Css Color HEX #9B0422 Carmine

📋 copy color: '#9B0422'

red 155 ◦ green 4 ◦ blue 34

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

Shades of Carmine #9B0422

Tints of Carmine #9B0422

RGB

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

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

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

R = 80.31%
G = 2.07%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9B0422 (or 0x9B0422) is known color: Carmine. HEX triplet: 9B, 04 and 22. RGB value is (155,4,34). Sum of RGB (Red+Green+Blue) = 155+4+34=193 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.31% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0422 is #64FBDD. Grayscale: #343434. Windows color (decimal): -6618078 or 2229403. OLE color: 2229403.

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

Color convert

RGB 155 4 34 -
CMYK 0 0.97 0.78 0.39
HSL 348.08º 0.95% 0.31% -
HSV(B) 348.08º 0.97% 0.61% -
XYZ 13.85 7.17 2.17 -
YUV 52.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 155 4 34 0 0.97 0.78 0.39 348.08 0.95 0.31
Hex 9B 4 22 0 61 4E 27 15C 5F 1F
Octal 233 4 42 0 141 116 47 534 137 37
Binary 10011011 100 100010 0 1100001 1001110 100111 101011100 1011111 11111

Color Harmonies of #9B0422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0422

Black with #9B0422

Text Example


Text Example

White with #9B0422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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