Html Css Color HEX #BA003C Cardinal

📋 copy color: '#BA003C'

red 186 ◦ green 0 ◦ blue 60

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

Shades of Cardinal #BA003C

Tints of Cardinal #BA003C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.61%
G = 0%
B = 24.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA003C (or 0xBA003C) is known color: Cardinal. HEX triplet: BA, 00 and 3C. RGB value is (186,0,60). Sum of RGB (Red+Green+Blue) = 186+0+60=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA003C is #45FFC3. Grayscale: #3E3E3E. Windows color (decimal): -4587460 or 3932346. OLE color: 3932346.

HSL color Cylindrical-coordinate representation of color #BA003C: hue angle of 340.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA003C is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 60 -
CMYK 0 1 0.68 0.27
HSL 340.65º 1% 0.36% -
HSV(B) 340.65º 1% 0.73% -
XYZ 21.07 10.77 5.24 -
YUV 62.45 126.62 216.12 -
System Red Green Blue C M Y K H S L
Decimal 186 0 60 0 1 0.68 0.27 340.65 1 0.36
Hex BA 0 3C 0 64 44 1B 155 64 24
Octal 272 0 74 0 144 104 33 525 144 44
Binary 10111010 0 111100 0 1100100 1000100 11011 101010101 1100100 100100

Color Harmonies of #BA003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA003C

Black with #BA003C

Text Example


Text Example

White with #BA003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA003C; }

 p { color: rgb(186,0,60); }

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

background-color css

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

 a { background-color: rgb(186,0,60); }

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

border-color css

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

 span { border-color: rgb(186,0,60); }

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