Html Css Color HEX #B1213A Cardinal

📋 copy color: '#B1213A'

red 177 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #B1213A

Tints of Cardinal #B1213A

RGB

 RED value IS 177 (69.53% from 255) = 66.04%

 GREEN value IS 33 (13.28% from 255) = 12.31%

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

R = 66.04%
G = 12.31%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1213A (or 0xB1213A) is known color: Cardinal. HEX triplet: B1, 21 and 3A. RGB value is (177,33,58). Sum of RGB (Red+Green+Blue) = 177+33+58=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B1213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1213A is #4EDEC5. Grayscale: #4E4E4E. Windows color (decimal): -5168838 or 3809713. OLE color: 3809713.

HSL color Cylindrical-coordinate representation of color #B1213A: hue angle of 349.58º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1213A is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 58 -
CMYK 0 0.81 0.67 0.31
HSL 349.58º 0.69% 0.41% -
HSV(B) 349.58º 0.81% 0.69% -
XYZ 19.44 10.74 5.05 -
YUV 78.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 177 33 58 0 0.81 0.67 0.31 349.58 0.69 0.41
Hex B1 21 3A 0 51 43 1F 15E 45 29
Octal 261 41 72 0 121 103 37 536 105 51
Binary 10110001 100001 111010 0 1010001 1000011 11111 101011110 1000101 101001

Color Harmonies of #B1213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1213A

Black with #B1213A

Text Example


Text Example

White with #B1213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1213A; }

 p { color: rgb(177,33,58); }

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

background-color css

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

 a { background-color: rgb(177,33,58); }

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

border-color css

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

 span { border-color: rgb(177,33,58); }

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