Html Css Color HEX #B1202C Cardinal

📋 copy color: '#B1202C'

red 177 ◦ green 32 ◦ blue 44

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

Shades of Cardinal #B1202C

Tints of Cardinal #B1202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.65%

 BLUE value IS 44 (17.58% from 255) = 17.39%

R = 69.96%
G = 12.65%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1202C (or 0xB1202C) is known color: Cardinal. HEX triplet: B1, 20 and 2C. RGB value is (177,32,44). Sum of RGB (Red+Green+Blue) = 177+32+44=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B1202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1202C is #4EDFD3. Grayscale: #4C4C4C. Windows color (decimal): -5169108 or 2891953. OLE color: 2891953.

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

Color convert

RGB 177 32 44 -
CMYK 0 0.82 0.75 0.31
HSL 355.03º 0.69% 0.41% -
HSV(B) 355.03º 0.82% 0.69% -
XYZ 19.1 10.56 3.41 -
YUV 76.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 177 32 44 0 0.82 0.75 0.31 355.03 0.69 0.41
Hex B1 20 2C 0 52 4B 1F 163 45 29
Octal 261 40 54 0 122 113 37 543 105 51
Binary 10110001 100000 101100 0 1010010 1001011 11111 101100011 1000101 101001

Color Harmonies of #B1202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1202C

Black with #B1202C

Text Example


Text Example

White with #B1202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1202C; }

 p { color: rgb(177,32,44); }

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

background-color css

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

 a { background-color: rgb(177,32,44); }

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

border-color css

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

 span { border-color: rgb(177,32,44); }

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