Html Css Color HEX #951B30 Bright Red

📋 copy color: '#951B30'

red 149 ◦ green 27 ◦ blue 48

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

Shades of Bright Red #951B30

Tints of Bright Red #951B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.05%

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

R = 66.52%
G = 12.05%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#951B30 (or 0x951B30) is known color: Bright Red. HEX triplet: 95, 1B and 30. RGB value is (149,27,48). Sum of RGB (Red+Green+Blue) = 149+27+48=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #951B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951B30 is #6AE4CF. Grayscale: #414141. Windows color (decimal): -7005392 or 3152789. OLE color: 3152789.

HSL color Cylindrical-coordinate representation of color #951B30: hue angle of 349.67º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B30 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 27 48 -
CMYK 0 0.82 0.68 0.42
HSL 349.67º 0.69% 0.35% -
HSV(B) 349.67º 0.82% 0.58% -
XYZ 13.32 7.39 3.52 -
YUV 65.87 117.92 187.29 -
System Red Green Blue C M Y K H S L
Decimal 149 27 48 0 0.82 0.68 0.42 349.67 0.69 0.35
Hex 95 1B 30 0 52 44 2A 15E 45 23
Octal 225 33 60 0 122 104 52 536 105 43
Binary 10010101 11011 110000 0 1010010 1000100 101010 101011110 1000101 100011

Color Harmonies of #951B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B30

Black with #951B30

Text Example


Text Example

White with #951B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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