Html Css Color HEX #B1203F Cardinal

📋 copy color: '#B1203F'

red 177 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #B1203F

Tints of Cardinal #B1203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.16%

R = 65.07%
G = 11.76%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1203F (or 0xB1203F) is known color: Cardinal. HEX triplet: B1, 20 and 3F. RGB value is (177,32,63). Sum of RGB (Red+Green+Blue) = 177+32+63=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1203F is #4EDFC0. Grayscale: #4E4E4E. Windows color (decimal): -5169089 or 4137137. OLE color: 4137137.

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

Color convert

RGB 177 32 63 -
CMYK 0 0.82 0.64 0.31
HSL 347.17º 0.69% 0.41% -
HSV(B) 347.17º 0.82% 0.69% -
XYZ 19.55 10.74 5.75 -
YUV 78.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 177 32 63 0 0.82 0.64 0.31 347.17 0.69 0.41
Hex B1 20 3F 0 52 40 1F 15B 45 29
Octal 261 40 77 0 122 100 37 533 105 51
Binary 10110001 100000 111111 0 1010010 1000000 11111 101011011 1000101 101001

Color Harmonies of #B1203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1203F

Black with #B1203F

Text Example


Text Example

White with #B1203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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