Html Css Color HEX #B1213B Cardinal

📋 copy color: '#B1213B'

red 177 ◦ green 33 ◦ blue 59

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

Shades of Cardinal #B1213B

Tints of Cardinal #B1213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.93%

R = 65.8%
G = 12.27%
B = 21.93%

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

#B1213B (or 0xB1213B) is known color: Cardinal. HEX triplet: B1, 21 and 3B. RGB value is (177,33,59). Sum of RGB (Red+Green+Blue) = 177+33+59=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B1213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1213B is #4EDEC4. Grayscale: #4F4F4F. Windows color (decimal): -5168837 or 3875249. OLE color: 3875249.

HSL color Cylindrical-coordinate representation of color #B1213B: hue angle of 349.17º 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 #B1213B is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 59 -
CMYK 0 0.81 0.67 0.31
HSL 349.17º 0.69% 0.41% -
HSV(B) 349.17º 0.81% 0.69% -
XYZ 19.46 10.75 5.19 -
YUV 79.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 177 33 59 0 0.81 0.67 0.31 349.17 0.69 0.41
Hex B1 21 3B 0 51 43 1F 15D 45 29
Octal 261 41 73 0 121 103 37 535 105 51
Binary 10110001 100001 111011 0 1010001 1000011 11111 101011101 1000101 101001

Color Harmonies of #B1213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1213B

Black with #B1213B

Text Example


Text Example

White with #B1213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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