Html Css Color HEX #B31541 Cardinal

📋 copy color: '#B31541'

red 179 ◦ green 21 ◦ blue 65

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

Shades of Cardinal #B31541

Tints of Cardinal #B31541

RGB

 RED value IS 179 (70.31% from 255) = 67.55%

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 65 (25.78% from 255) = 24.53%

R = 67.55%
G = 7.92%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B31541 (or 0xB31541) is known color: Cardinal. HEX triplet: B3, 15 and 41. RGB value is (179,21,65). Sum of RGB (Red+Green+Blue) = 179+21+65=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B31541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31541 is #4CEABE. Grayscale: #494949. Windows color (decimal): -5040831 or 4265395. OLE color: 4265395.

HSL color Cylindrical-coordinate representation of color #B31541: hue angle of 343.29º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31541 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 21 65 -
CMYK 0 0.88 0.64 0.30
HSL 343.29º 0.79% 0.39% -
HSV(B) 343.29º 0.88% 0.7% -
XYZ 19.81 10.5 5.98 -
YUV 73.26 123.35 203.42 -
System Red Green Blue C M Y K H S L
Decimal 179 21 65 0 0.88 0.64 0.30 343.29 0.79 0.39
Hex B3 15 41 0 58 40 1E 157 4F 27
Octal 263 25 101 0 130 100 36 527 117 47
Binary 10110011 10101 1000001 0 1011000 1000000 11110 101010111 1001111 100111

Color Harmonies of #B31541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31541

Black with #B31541

Text Example


Text Example

White with #B31541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31541; }

 p { color: rgb(179,21,65); }

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

background-color css

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

 a { background-color: rgb(179,21,65); }

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

border-color css

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

 span { border-color: rgb(179,21,65); }

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