Html Css Color HEX #B31C41 Cardinal

📋 copy color: '#B31C41'

red 179 ◦ green 28 ◦ blue 65

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

Shades of Cardinal #B31C41

Tints of Cardinal #B31C41

RGB

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

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

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

R = 65.81%
G = 10.29%
B = 23.9%

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

#B31C41 (or 0xB31C41) is known color: Cardinal. HEX triplet: B3, 1C and 41. RGB value is (179,28,65). Sum of RGB (Red+Green+Blue) = 179+28+65=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C41 is #4CE3BE. Grayscale: #4D4D4D. Windows color (decimal): -5039039 or 4267187. OLE color: 4267187.

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

Color convert

RGB 179 28 65 -
CMYK 0 0.84 0.64 0.30
HSL 345.3º 0.73% 0.41% -
HSV(B) 345.3º 0.84% 0.7% -
XYZ 19.96 10.8 6.03 -
YUV 77.37 121.03 200.49 -
System Red Green Blue C M Y K H S L
Decimal 179 28 65 0 0.84 0.64 0.30 345.3 0.73 0.41
Hex B3 1C 41 0 54 40 1E 159 49 29
Octal 263 34 101 0 124 100 36 531 111 51
Binary 10110011 11100 1000001 0 1010100 1000000 11110 101011001 1001001 101001

Color Harmonies of #B31C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C41

Black with #B31C41

Text Example


Text Example

White with #B31C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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