Html Css Color HEX #B31C45 Cardinal

📋 copy color: '#B31C45'

red 179 ◦ green 28 ◦ blue 69

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

Shades of Cardinal #B31C45

Tints of Cardinal #B31C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25%

R = 64.86%
G = 10.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B31C45 (or 0xB31C45) is known color: Cardinal. HEX triplet: B3, 1C and 45. RGB value is (179,28,69). Sum of RGB (Red+Green+Blue) = 179+28+69=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C45 is #4CE3BA. Grayscale: #4D4D4D. Windows color (decimal): -5039035 or 4529331. OLE color: 4529331.

HSL color Cylindrical-coordinate representation of color #B31C45: hue angle of 343.71º 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 #B31C45 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 28 69 -
CMYK 0 0.84 0.61 0.30
HSL 343.71º 0.73% 0.41% -
HSV(B) 343.71º 0.84% 0.7% -
XYZ 20.08 10.84 6.66 -
YUV 77.82 123.03 200.17 -
System Red Green Blue C M Y K H S L
Decimal 179 28 69 0 0.84 0.61 0.30 343.71 0.73 0.41
Hex B3 1C 45 0 54 3D 1E 158 49 29
Octal 263 34 105 0 124 75 36 530 111 51
Binary 10110011 11100 1000101 0 1010100 111101 11110 101011000 1001001 101001

Color Harmonies of #B31C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C45

Black with #B31C45

Text Example


Text Example

White with #B31C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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