Html Css Color HEX #96030F Sangria

📋 copy color: '#96030F'

red 150 ◦ green 3 ◦ blue 15

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

Shades of Sangria #96030F

Tints of Sangria #96030F

RGB

 RED value IS 150 (58.98% from 255) = 89.29%

 GREEN value IS 3 (1.56% from 255) = 1.79%

 BLUE value IS 15 (6.25% from 255) = 8.93%

R = 89.29%
G = 1.79%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96030F (or 0x96030F) is known color: Sangria. HEX triplet: 96, 03 and 0F. RGB value is (150,3,15). Sum of RGB (Red+Green+Blue) = 150+3+15=168 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.29% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 150 - color contains mainly: red. Hex color #96030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96030F is #69FCF0. Grayscale: #303030. Windows color (decimal): -6946033 or 983958. OLE color: 983958.

HSL color Cylindrical-coordinate representation of color #96030F: hue angle of 355.1º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96030F is Cyan = 0, Magento = 0.98, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 3 15 -
CMYK 0 0.98 0.9 0.41
HSL 355.1º 0.96% 0.3% -
HSV(B) 355.1º 0.98% 0.59% -
XYZ 12.7 6.58 1.05 -
YUV 48.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 150 3 15 0 0.98 0.9 0.41 355.1 0.96 0.3
Hex 96 3 F 0 62 5A 29 163 60 1E
Octal 226 3 17 0 142 132 51 543 140 36
Binary 10010110 11 1111 0 1100010 1011010 101001 101100011 1100000 11110

Color Harmonies of #96030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96030F

Black with #96030F

Text Example


Text Example

White with #96030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96030F; }

 p { color: rgb(150,3,15); }

 H1.HeaderClassName
 {
   color: #96030F;
 }
 .AnyTagClassName
 {
   color: #96030F;
 }
</style>

background-color css

<style>
 a { background-color: #96030F; }

 a { background-color: rgb(150,3,15); }

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

border-color css

<style>
 span { border-color: #96030F; }

 span { border-color: rgb(150,3,15); }

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