Html Css Color HEX #BA183A Cardinal

📋 copy color: '#BA183A'

red 186 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #BA183A

Tints of Cardinal #BA183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

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

R = 69.4%
G = 8.96%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA183A (or 0xBA183A) is known color: Cardinal. HEX triplet: BA, 18 and 3A. RGB value is (186,24,58). Sum of RGB (Red+Green+Blue) = 186+24+58=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA183A is #45E7C5. Grayscale: #4C4C4C. Windows color (decimal): -4581318 or 3807418. OLE color: 3807418.

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

Color convert

RGB 186 24 58 -
CMYK 0 0.87 0.69 0.27
HSL 347.41º 0.77% 0.41% -
HSV(B) 347.41º 0.87% 0.73% -
XYZ 21.34 11.4 5.08 -
YUV 76.31 117.67 206.24 -
System Red Green Blue C M Y K H S L
Decimal 186 24 58 0 0.87 0.69 0.27 347.41 0.77 0.41
Hex BA 18 3A 0 57 45 1B 15B 4D 29
Octal 272 30 72 0 127 105 33 533 115 51
Binary 10111010 11000 111010 0 1010111 1000101 11011 101011011 1001101 101001

Color Harmonies of #BA183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA183A

Black with #BA183A

Text Example


Text Example

White with #BA183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA183A; }

 p { color: rgb(186,24,58); }

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

background-color css

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

 a { background-color: rgb(186,24,58); }

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

border-color css

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

 span { border-color: rgb(186,24,58); }

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