Html Css Color HEX #B31D3A Cardinal

📋 copy color: '#B31D3A'

red 179 ◦ green 29 ◦ blue 58

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

Shades of Cardinal #B31D3A

Tints of Cardinal #B31D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 67.29%
G = 10.9%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B31D3A (or 0xB31D3A) is known color: Cardinal. HEX triplet: B3, 1D and 3A. RGB value is (179,29,58). Sum of RGB (Red+Green+Blue) = 179+29+58=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D3A is #4CE2C5. Grayscale: #4D4D4D. Windows color (decimal): -5038790 or 3808691. OLE color: 3808691.

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

Color convert

RGB 179 29 58 -
CMYK 0 0.84 0.68 0.30
HSL 348.4º 0.72% 0.41% -
HSV(B) 348.4º 0.84% 0.7% -
XYZ 19.79 10.77 5.04 -
YUV 77.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 179 29 58 0 0.84 0.68 0.30 348.4 0.72 0.41
Hex B3 1D 3A 0 54 44 1E 15C 48 29
Octal 263 35 72 0 124 104 36 534 110 51
Binary 10110011 11101 111010 0 1010100 1000100 11110 101011100 1001000 101001

Color Harmonies of #B31D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31D3A

Black with #B31D3A

Text Example


Text Example

White with #B31D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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