Html Css Color HEX #B1213F Cardinal

📋 copy color: '#B1213F'

red 177 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #B1213F

Tints of Cardinal #B1213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.08%

R = 64.84%
G = 12.09%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1213F (or 0xB1213F) is known color: Cardinal. HEX triplet: B1, 21 and 3F. RGB value is (177,33,63). Sum of RGB (Red+Green+Blue) = 177+33+63=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1213F is #4EDEC0. Grayscale: #4F4F4F. Windows color (decimal): -5168833 or 4137393. OLE color: 4137393.

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

Color convert

RGB 177 33 63 -
CMYK 0 0.81 0.64 0.31
HSL 347.5º 0.69% 0.41% -
HSV(B) 347.5º 0.81% 0.69% -
XYZ 19.57 10.79 5.75 -
YUV 79.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 177 33 63 0 0.81 0.64 0.31 347.5 0.69 0.41
Hex B1 21 3F 0 51 40 1F 15C 45 29
Octal 261 41 77 0 121 100 37 534 105 51
Binary 10110001 100001 111111 0 1010001 1000000 11111 101011100 1000101 101001

Color Harmonies of #B1213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1213F

Black with #B1213F

Text Example


Text Example

White with #B1213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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