Html Css Color HEX #B31C40 Cardinal

📋 copy color: '#B31C40'

red 179 ◦ green 28 ◦ blue 64

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

Shades of Cardinal #B31C40

Tints of Cardinal #B31C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.33%

 BLUE value IS 64 (25.39% from 255) = 23.62%

R = 66.05%
G = 10.33%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B31C40 (or 0xB31C40) is known color: Cardinal. HEX triplet: B3, 1C and 40. RGB value is (179,28,64). Sum of RGB (Red+Green+Blue) = 179+28+64=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C40 is #4CE3BF. Grayscale: #4D4D4D. Windows color (decimal): -5039040 or 4201651. OLE color: 4201651.

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

Color convert

RGB 179 28 64 -
CMYK 0 0.84 0.64 0.30
HSL 345.7º 0.73% 0.41% -
HSV(B) 345.7º 0.84% 0.7% -
XYZ 19.93 10.78 5.88 -
YUV 77.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 179 28 64 0 0.84 0.64 0.30 345.7 0.73 0.41
Hex B3 1C 40 0 54 40 1E 15A 49 29
Octal 263 34 100 0 124 100 36 532 111 51
Binary 10110011 11100 1000000 0 1010100 1000000 11110 101011010 1001001 101001

Color Harmonies of #B31C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C40

Black with #B31C40

Text Example


Text Example

White with #B31C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C40; }

 p { color: rgb(179,28,64); }

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

background-color css

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

 a { background-color: rgb(179,28,64); }

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

border-color css

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

 span { border-color: rgb(179,28,64); }

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