Html Css Color HEX #B0173C Cardinal

📋 copy color: '#B0173C'

red 176 ◦ green 23 ◦ blue 60

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

Shades of Cardinal #B0173C

Tints of Cardinal #B0173C

RGB

 RED value IS 176 (69.14% from 255) = 67.95%

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

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 67.95%
G = 8.88%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0173C (or 0xB0173C) is known color: Cardinal. HEX triplet: B0, 17 and 3C. RGB value is (176,23,60). Sum of RGB (Red+Green+Blue) = 176+23+60=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0173C is #4FE8C3. Grayscale: #484848. Windows color (decimal): -5236932 or 3938224. OLE color: 3938224.

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

Color convert

RGB 176 23 60 -
CMYK 0 0.87 0.66 0.31
HSL 345.49º 0.77% 0.39% -
HSV(B) 345.49º 0.87% 0.69% -
XYZ 19.03 10.17 5.23 -
YUV 72.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 176 23 60 0 0.87 0.66 0.31 345.49 0.77 0.39
Hex B0 17 3C 0 57 42 1F 159 4D 27
Octal 260 27 74 0 127 102 37 531 115 47
Binary 10110000 10111 111100 0 1010111 1000010 11111 101011001 1001101 100111

Color Harmonies of #B0173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0173C

Black with #B0173C

Text Example


Text Example

White with #B0173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0173C; }

 p { color: rgb(176,23,60); }

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

background-color css

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

 a { background-color: rgb(176,23,60); }

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

border-color css

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

 span { border-color: rgb(176,23,60); }

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