Html Css Color HEX #B31C3A Cardinal

📋 copy color: '#B31C3A'

red 179 ◦ green 28 ◦ blue 58

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

Shades of Cardinal #B31C3A

Tints of Cardinal #B31C3A

RGB

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

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

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

R = 67.55%
G = 10.57%
B = 21.89%

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

#B31C3A (or 0xB31C3A) is known color: Cardinal. HEX triplet: B3, 1C and 3A. RGB value is (179,28,58). Sum of RGB (Red+Green+Blue) = 179+28+58=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C3A is #4CE3C5. Grayscale: #4C4C4C. Windows color (decimal): -5039046 or 3808435. OLE color: 3808435.

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

Color convert

RGB 179 28 58 -
CMYK 0 0.84 0.68 0.30
HSL 348.08º 0.73% 0.41% -
HSV(B) 348.08º 0.84% 0.7% -
XYZ 19.77 10.72 5.03 -
YUV 76.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 179 28 58 0 0.84 0.68 0.30 348.08 0.73 0.41
Hex B3 1C 3A 0 54 44 1E 15C 49 29
Octal 263 34 72 0 124 104 36 534 111 51
Binary 10110011 11100 111010 0 1010100 1000100 11110 101011100 1001001 101001

Color Harmonies of #B31C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C3A

Black with #B31C3A

Text Example


Text Example

White with #B31C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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