Html Css Color HEX #961C3A Bright Red

📋 copy color: '#961C3A'

red 150 ◦ green 28 ◦ blue 58

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

Shades of Bright Red #961C3A

Tints of Bright Red #961C3A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.86%

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 63.56%
G = 11.86%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#961C3A (or 0x961C3A) is known color: Bright Red. HEX triplet: 96, 1C and 3A. RGB value is (150,28,58). Sum of RGB (Red+Green+Blue) = 150+28+58=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #961C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C3A is #69E3C5. Grayscale: #434343. Windows color (decimal): -6939590 or 3808406. OLE color: 3808406.

HSL color Cylindrical-coordinate representation of color #961C3A: hue angle of 345.25º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961C3A is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 28 58 -
CMYK 0 0.81 0.61 0.41
HSL 345.25º 0.69% 0.35% -
HSV(B) 345.25º 0.81% 0.59% -
XYZ 13.76 7.62 4.75 -
YUV 67.9 122.42 186.56 -
System Red Green Blue C M Y K H S L
Decimal 150 28 58 0 0.81 0.61 0.41 345.25 0.69 0.35
Hex 96 1C 3A 0 51 3D 29 159 45 23
Octal 226 34 72 0 121 75 51 531 105 43
Binary 10010110 11100 111010 0 1010001 111101 101001 101011001 1000101 100011

Color Harmonies of #961C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C3A

Black with #961C3A

Text Example


Text Example

White with #961C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961C3A; }

 p { color: rgb(150,28,58); }

 H1.HeaderClassName
 {
   color: #961C3A;
 }
 .AnyTagClassName
 {
   color: #961C3A;
 }
</style>

background-color css

<style>
 a { background-color: #961C3A; }

 a { background-color: rgb(150,28,58); }

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

border-color css

<style>
 span { border-color: #961C3A; }

 span { border-color: rgb(150,28,58); }

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