Html Css Color HEX #9B040C Sangria

📋 copy color: '#9B040C'

red 155 ◦ green 4 ◦ blue 12

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

Shades of Sangria #9B040C

Tints of Sangria #9B040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.02%

R = 90.64%
G = 2.34%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B040C (or 0x9B040C) is known color: Sangria. HEX triplet: 9B, 04 and 0C. RGB value is (155,4,12). Sum of RGB (Red+Green+Blue) = 155+4+12=171 (22% of max value = 765). Red value is 155 (60.94% from 255 or 90.64% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 155 - color contains mainly: red. Hex color #9B040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B040C is #64FBF3. Grayscale: #323232. Windows color (decimal): -6618100 or 787611. OLE color: 787611.

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

Color convert

RGB 155 4 12 -
CMYK 0 0.97 0.92 0.39
HSL 356.82º 0.95% 0.31% -
HSV(B) 356.82º 0.97% 0.61% -
XYZ 13.63 7.08 1 -
YUV 50.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 155 4 12 0 0.97 0.92 0.39 356.82 0.95 0.31
Hex 9B 4 C 0 61 5C 27 165 5F 1F
Octal 233 4 14 0 141 134 47 545 137 37
Binary 10011011 100 1100 0 1100001 1011100 100111 101100101 1011111 11111

Color Harmonies of #9B040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B040C

Black with #9B040C

Text Example


Text Example

White with #9B040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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