Html Css Color HEX #B1202A Cardinal

📋 copy color: '#B1202A'

red 177 ◦ green 32 ◦ blue 42

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

Shades of Cardinal #B1202A

Tints of Cardinal #B1202A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 70.52%
G = 12.75%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1202A (or 0xB1202A) is known color: Cardinal. HEX triplet: B1, 20 and 2A. RGB value is (177,32,42). Sum of RGB (Red+Green+Blue) = 177+32+42=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B1202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1202A is #4EDFD5. Grayscale: #4C4C4C. Windows color (decimal): -5169110 or 2760881. OLE color: 2760881.

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

Color convert

RGB 177 32 42 -
CMYK 0 0.82 0.76 0.31
HSL 355.86º 0.69% 0.41% -
HSV(B) 355.86º 0.82% 0.69% -
XYZ 19.07 10.55 3.22 -
YUV 76.5 108.54 199.69 -
System Red Green Blue C M Y K H S L
Decimal 177 32 42 0 0.82 0.76 0.31 355.86 0.69 0.41
Hex B1 20 2A 0 52 4C 1F 164 45 29
Octal 261 40 52 0 122 114 37 544 105 51
Binary 10110001 100000 101010 0 1010010 1001100 11111 101100100 1000101 101001

Color Harmonies of #B1202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1202A

Black with #B1202A

Text Example


Text Example

White with #B1202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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