Html Css Color HEX #BA173E Cardinal

📋 copy color: '#BA173E'

red 186 ◦ green 23 ◦ blue 62

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

Shades of Cardinal #BA173E

Tints of Cardinal #BA173E

RGB

 RED value IS 186 (73.05% from 255) = 68.63%

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

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

R = 68.63%
G = 8.49%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA173E (or 0xBA173E) is known color: Cardinal. HEX triplet: BA, 17 and 3E. RGB value is (186,23,62). Sum of RGB (Red+Green+Blue) = 186+23+62=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA173E is #45E8C1. Grayscale: #4C4C4C. Windows color (decimal): -4581570 or 4069306. OLE color: 4069306.

HSL color Cylindrical-coordinate representation of color #BA173E: hue angle of 345.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA173E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 23 62 -
CMYK 0 0.88 0.67 0.27
HSL 345.64º 0.78% 0.41% -
HSV(B) 345.64º 0.88% 0.73% -
XYZ 21.43 11.4 5.63 -
YUV 76.18 120 206.33 -
System Red Green Blue C M Y K H S L
Decimal 186 23 62 0 0.88 0.67 0.27 345.64 0.78 0.41
Hex BA 17 3E 0 58 43 1B 15A 4E 29
Octal 272 27 76 0 130 103 33 532 116 51
Binary 10111010 10111 111110 0 1011000 1000011 11011 101011010 1001110 101001

Color Harmonies of #BA173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA173E

Black with #BA173E

Text Example


Text Example

White with #BA173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA173E; }

 p { color: rgb(186,23,62); }

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

background-color css

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

 a { background-color: rgb(186,23,62); }

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

border-color css

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

 span { border-color: rgb(186,23,62); }

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