Html Css Color HEX #B1212E Cardinal

📋 copy color: '#B1212E'

red 177 ◦ green 33 ◦ blue 46

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

Shades of Cardinal #B1212E

Tints of Cardinal #B1212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.97%

R = 69.14%
G = 12.89%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B1212E (or 0xB1212E) is known color: Cardinal. HEX triplet: B1, 21 and 2E. RGB value is (177,33,46). Sum of RGB (Red+Green+Blue) = 177+33+46=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B1212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1212E is #4EDED1. Grayscale: #4D4D4D. Windows color (decimal): -5168850 or 3023281. OLE color: 3023281.

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

Color convert

RGB 177 33 46 -
CMYK 0 0.81 0.74 0.31
HSL 354.58º 0.69% 0.41% -
HSV(B) 354.58º 0.81% 0.69% -
XYZ 19.17 10.63 3.63 -
YUV 77.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 177 33 46 0 0.81 0.74 0.31 354.58 0.69 0.41
Hex B1 21 2E 0 51 4A 1F 163 45 29
Octal 261 41 56 0 121 112 37 543 105 51
Binary 10110001 100001 101110 0 1010001 1001010 11111 101100011 1000101 101001

Color Harmonies of #B1212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1212E

Black with #B1212E

Text Example


Text Example

White with #B1212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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