Html Css Color HEX #B1173A Cardinal

📋 copy color: '#B1173A'

red 177 ◦ green 23 ◦ blue 58

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

Shades of Cardinal #B1173A

Tints of Cardinal #B1173A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.91%

 BLUE value IS 58 (23.05% from 255) = 22.48%

R = 68.6%
G = 8.91%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1173A (or 0xB1173A) is known color: Cardinal. HEX triplet: B1, 17 and 3A. RGB value is (177,23,58). Sum of RGB (Red+Green+Blue) = 177+23+58=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B1173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1173A is #4EE8C5. Grayscale: #494949. Windows color (decimal): -5171398 or 3807153. OLE color: 3807153.

HSL color Cylindrical-coordinate representation of color #B1173A: hue angle of 346.36º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1173A is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 23 58 -
CMYK 0 0.87 0.67 0.31
HSL 346.36º 0.77% 0.39% -
HSV(B) 346.36º 0.87% 0.69% -
XYZ 19.2 10.27 4.97 -
YUV 73.04 119.52 202.15 -
System Red Green Blue C M Y K H S L
Decimal 177 23 58 0 0.87 0.67 0.31 346.36 0.77 0.39
Hex B1 17 3A 0 57 43 1F 15A 4D 27
Octal 261 27 72 0 127 103 37 532 115 47
Binary 10110001 10111 111010 0 1010111 1000011 11111 101011010 1001101 100111

Color Harmonies of #B1173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1173A

Black with #B1173A

Text Example


Text Example

White with #B1173A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1173A; }

 p { color: rgb(177,23,58); }

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

background-color css

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

 a { background-color: rgb(177,23,58); }

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

border-color css

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

 span { border-color: rgb(177,23,58); }

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