Html Css Color HEX #961A29 Bright Red

📋 copy color: '#961A29'

red 150 ◦ green 26 ◦ blue 41

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

Shades of Bright Red #961A29

Tints of Bright Red #961A29

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.98%

 BLUE value IS 41 (16.41% from 255) = 18.89%

R = 69.12%
G = 11.98%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#961A29 (or 0x961A29) is known color: Bright Red. HEX triplet: 96, 1A and 29. RGB value is (150,26,41). Sum of RGB (Red+Green+Blue) = 150+26+41=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #961A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961A29 is #69E5D6. Grayscale: #404040. Windows color (decimal): -6940119 or 2693782. OLE color: 2693782.

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

Color convert

RGB 150 26 41 -
CMYK 0 0.83 0.73 0.41
HSL 352.74º 0.7% 0.35% -
HSV(B) 352.74º 0.83% 0.59% -
XYZ 13.35 7.38 2.82 -
YUV 64.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 150 26 41 0 0.83 0.73 0.41 352.74 0.7 0.35
Hex 96 1A 29 0 53 49 29 161 46 23
Octal 226 32 51 0 123 111 51 541 106 43
Binary 10010110 11010 101001 0 1010011 1001001 101001 101100001 1000110 100011

Color Harmonies of #961A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961A29

Black with #961A29

Text Example


Text Example

White with #961A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,26,41); }

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

background-color css

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

 a { background-color: rgb(150,26,41); }

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

border-color css

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

 span { border-color: rgb(150,26,41); }

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