Html Css Color HEX #9B0433 Carmine

📋 copy color: '#9B0433'

red 155 ◦ green 4 ◦ blue 51

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

Shades of Carmine #9B0433

Tints of Carmine #9B0433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.29%

R = 73.81%
G = 1.9%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#9B0433 (or 0x9B0433) is known color: Carmine. HEX triplet: 9B, 04 and 33. RGB value is (155,4,51). Sum of RGB (Red+Green+Blue) = 155+4+51=210 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.81% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0433 is #64FBCC. Grayscale: #363636. Windows color (decimal): -6618061 or 3343515. OLE color: 3343515.

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

Color convert

RGB 155 4 51 -
CMYK 0 0.97 0.67 0.39
HSL 341.32º 0.95% 0.31% -
HSV(B) 341.32º 0.97% 0.61% -
XYZ 14.16 7.29 3.79 -
YUV 54.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 155 4 51 0 0.97 0.67 0.39 341.32 0.95 0.31
Hex 9B 4 33 0 61 43 27 155 5F 1F
Octal 233 4 63 0 141 103 47 525 137 37
Binary 10011011 100 110011 0 1100001 1000011 100111 101010101 1011111 11111

Color Harmonies of #9B0433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0433

Black with #9B0433

Text Example


Text Example

White with #9B0433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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