Html Css Color HEX #B1053F Cardinal

📋 copy color: '#B1053F'

red 177 ◦ green 5 ◦ blue 63

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

Shades of Cardinal #B1053F

Tints of Cardinal #B1053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

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

R = 72.24%
G = 2.04%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1053F (or 0xB1053F) is known color: Cardinal. HEX triplet: B1, 05 and 3F. RGB value is (177,5,63). Sum of RGB (Red+Green+Blue) = 177+5+63=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B1053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1053F is #4EFAC0. Grayscale: #3E3E3E. Windows color (decimal): -5176001 or 4130225. OLE color: 4130225.

HSL color Cylindrical-coordinate representation of color #B1053F: hue angle of 339.77º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1053F is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 5 63 -
CMYK 0 0.97 0.64 0.31
HSL 339.77º 0.95% 0.36% -
HSV(B) 339.77º 0.97% 0.69% -
XYZ 19.08 9.81 5.59 -
YUV 63.04 127.98 209.28 -
System Red Green Blue C M Y K H S L
Decimal 177 5 63 0 0.97 0.64 0.31 339.77 0.95 0.36
Hex B1 5 3F 0 61 40 1F 154 5F 24
Octal 261 5 77 0 141 100 37 524 137 44
Binary 10110001 101 111111 0 1100001 1000000 11111 101010100 1011111 100100

Color Harmonies of #B1053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1053F

Black with #B1053F

Text Example


Text Example

White with #B1053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1053F; }

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

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

background-color css

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

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

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

border-color css

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

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

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