Html Css Color HEX #952022 Bright Red

📋 copy color: '#952022'

red 149 ◦ green 32 ◦ blue 34

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

Shades of Bright Red #952022

Tints of Bright Red #952022

RGB

 RED value IS 149 (58.59% from 255) = 69.3%

 GREEN value IS 32 (12.89% from 255) = 14.88%

 BLUE value IS 34 (13.67% from 255) = 15.81%

R = 69.3%
G = 14.88%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#952022 (or 0x952022) is known color: Bright Red. HEX triplet: 95, 20 and 22. RGB value is (149,32,34). Sum of RGB (Red+Green+Blue) = 149+32+34=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #952022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952022 is #6ADFDD. Grayscale: #434343. Windows color (decimal): -7004126 or 2236565. OLE color: 2236565.

HSL color Cylindrical-coordinate representation of color #952022: hue angle of 358.97º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952022 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 34 -
CMYK 0 0.79 0.77 0.42
HSL 358.97º 0.65% 0.35% -
HSV(B) 358.97º 0.79% 0.58% -
XYZ 13.2 7.54 2.27 -
YUV 67.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 149 32 34 0 0.79 0.77 0.42 358.97 0.65 0.35
Hex 95 20 22 0 4F 4D 2A 167 41 23
Octal 225 40 42 0 117 115 52 547 101 43
Binary 10010101 100000 100010 0 1001111 1001101 101010 101100111 1000001 100011

Color Harmonies of #952022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952022

Black with #952022

Text Example


Text Example

White with #952022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952022; }

 p { color: rgb(149,32,34); }

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

background-color css

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

 a { background-color: rgb(149,32,34); }

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

border-color css

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

 span { border-color: rgb(149,32,34); }

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