Html Css Color HEX #B1212B Cardinal

📋 copy color: '#B1212B'

red 177 ◦ green 33 ◦ blue 43

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

Shades of Cardinal #B1212B

Tints of Cardinal #B1212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17%

R = 69.96%
G = 13.04%
B = 17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1212B (or 0xB1212B) is known color: Cardinal. HEX triplet: B1, 21 and 2B. RGB value is (177,33,43). Sum of RGB (Red+Green+Blue) = 177+33+43=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B1212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1212B is #4EDED4. Grayscale: #4D4D4D. Windows color (decimal): -5168853 or 2826673. OLE color: 2826673.

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

Color convert

RGB 177 33 43 -
CMYK 0 0.81 0.76 0.31
HSL 355.83º 0.69% 0.41% -
HSV(B) 355.83º 0.81% 0.69% -
XYZ 19.11 10.61 3.33 -
YUV 77.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 177 33 43 0 0.81 0.76 0.31 355.83 0.69 0.41
Hex B1 21 2B 0 51 4C 1F 164 45 29
Octal 261 41 53 0 121 114 37 544 105 51
Binary 10110001 100001 101011 0 1010001 1001100 11111 101100100 1000101 101001

Color Harmonies of #B1212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1212B

Black with #B1212B

Text Example


Text Example

White with #B1212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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