Html Css Color HEX #B1203E Cardinal

📋 copy color: '#B1203E'

red 177 ◦ green 32 ◦ blue 62

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

Shades of Cardinal #B1203E

Tints of Cardinal #B1203E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.88%

R = 65.31%
G = 11.81%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1203E (or 0xB1203E) is known color: Cardinal. HEX triplet: B1, 20 and 3E. RGB value is (177,32,62). Sum of RGB (Red+Green+Blue) = 177+32+62=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1203E is #4EDFC1. Grayscale: #4E4E4E. Windows color (decimal): -5169090 or 4071601. OLE color: 4071601.

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

Color convert

RGB 177 32 62 -
CMYK 0 0.82 0.65 0.31
HSL 347.59º 0.69% 0.41% -
HSV(B) 347.59º 0.82% 0.69% -
XYZ 19.52 10.73 5.6 -
YUV 78.78 118.54 198.06 -
System Red Green Blue C M Y K H S L
Decimal 177 32 62 0 0.82 0.65 0.31 347.59 0.69 0.41
Hex B1 20 3E 0 52 41 1F 15C 45 29
Octal 261 40 76 0 122 101 37 534 105 51
Binary 10110001 100000 111110 0 1010010 1000001 11111 101011100 1000101 101001

Color Harmonies of #B1203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1203E

Black with #B1203E

Text Example


Text Example

White with #B1203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1203E; }

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

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

background-color css

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

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

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

border-color css

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

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

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