Html Css Color HEX #951830 Bright Red

📋 copy color: '#951830'

red 149 ◦ green 24 ◦ blue 48

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

Shades of Bright Red #951830

Tints of Bright Red #951830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.86%

 BLUE value IS 48 (19.14% from 255) = 21.72%

R = 67.42%
G = 10.86%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#951830 (or 0x951830) is known color: Bright Red. HEX triplet: 95, 18 and 30. RGB value is (149,24,48). Sum of RGB (Red+Green+Blue) = 149+24+48=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #951830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951830 is #6AE7CF. Grayscale: #404040. Windows color (decimal): -7006160 or 3152021. OLE color: 3152021.

HSL color Cylindrical-coordinate representation of color #951830: hue angle of 348.48º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951830 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 24 48 -
CMYK 0 0.84 0.68 0.42
HSL 348.48º 0.72% 0.34% -
HSV(B) 348.48º 0.84% 0.58% -
XYZ 13.25 7.26 3.5 -
YUV 64.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 149 24 48 0 0.84 0.68 0.42 348.48 0.72 0.34
Hex 95 18 30 0 54 44 2A 15C 48 22
Octal 225 30 60 0 124 104 52 534 110 42
Binary 10010101 11000 110000 0 1010100 1000100 101010 101011100 1001000 100010

Color Harmonies of #951830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951830

Black with #951830

Text Example


Text Example

White with #951830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951830; }

 p { color: rgb(149,24,48); }

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

background-color css

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

 a { background-color: rgb(149,24,48); }

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

border-color css

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

 span { border-color: rgb(149,24,48); }

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