Html Css Color HEX #B31C42 Cardinal

📋 copy color: '#B31C42'

red 179 ◦ green 28 ◦ blue 66

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

Shades of Cardinal #B31C42

Tints of Cardinal #B31C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 65.57%
G = 10.26%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B31C42 (or 0xB31C42) is known color: Cardinal. HEX triplet: B3, 1C and 42. RGB value is (179,28,66). Sum of RGB (Red+Green+Blue) = 179+28+66=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C42 is #4CE3BD. Grayscale: #4D4D4D. Windows color (decimal): -5039038 or 4332723. OLE color: 4332723.

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

Color convert

RGB 179 28 66 -
CMYK 0 0.84 0.63 0.30
HSL 344.9º 0.73% 0.41% -
HSV(B) 344.9º 0.84% 0.7% -
XYZ 19.99 10.81 6.19 -
YUV 77.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 179 28 66 0 0.84 0.63 0.30 344.9 0.73 0.41
Hex B3 1C 42 0 54 3F 1E 159 49 29
Octal 263 34 102 0 124 77 36 531 111 51
Binary 10110011 11100 1000010 0 1010100 111111 11110 101011001 1001001 101001

Color Harmonies of #B31C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C42

Black with #B31C42

Text Example


Text Example

White with #B31C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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