Html Css Color HEX #B31D3C Cardinal

📋 copy color: '#B31D3C'

red 179 ◦ green 29 ◦ blue 60

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

Shades of Cardinal #B31D3C

Tints of Cardinal #B31D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.82%

 BLUE value IS 60 (23.83% from 255) = 22.39%

R = 66.79%
G = 10.82%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B31D3C (or 0xB31D3C) is known color: Cardinal. HEX triplet: B3, 1D and 3C. RGB value is (179,29,60). Sum of RGB (Red+Green+Blue) = 179+29+60=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D3C is #4CE2C3. Grayscale: #4D4D4D. Windows color (decimal): -5038788 or 3939763. OLE color: 3939763.

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

Color convert

RGB 179 29 60 -
CMYK 0 0.84 0.66 0.30
HSL 347.6º 0.72% 0.41% -
HSV(B) 347.6º 0.84% 0.7% -
XYZ 19.85 10.79 5.31 -
YUV 77.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 179 29 60 0 0.84 0.66 0.30 347.6 0.72 0.41
Hex B3 1D 3C 0 54 42 1E 15C 48 29
Octal 263 35 74 0 124 102 36 534 110 51
Binary 10110011 11101 111100 0 1010100 1000010 11110 101011100 1001000 101001

Color Harmonies of #B31D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31D3C

Black with #B31D3C

Text Example


Text Example

White with #B31D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31D3C; }

 p { color: rgb(179,29,60); }

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

background-color css

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

 a { background-color: rgb(179,29,60); }

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

border-color css

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

 span { border-color: rgb(179,29,60); }

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