Html Css Color HEX #BA0A3E Cardinal

📋 copy color: '#BA0A3E'

red 186 ◦ green 10 ◦ blue 62

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

Shades of Cardinal #BA0A3E

Tints of Cardinal #BA0A3E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.88%

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

R = 72.09%
G = 3.88%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA0A3E (or 0xBA0A3E) is known color: Cardinal. HEX triplet: BA, 0A and 3E. RGB value is (186,10,62). Sum of RGB (Red+Green+Blue) = 186+10+62=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A3E is #45F5C1. Grayscale: #444444. Windows color (decimal): -4584898 or 4065978. OLE color: 4065978.

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

Color convert

RGB 186 10 62 -
CMYK 0 0.95 0.67 0.27
HSL 342.27º 0.9% 0.38% -
HSV(B) 342.27º 0.95% 0.73% -
XYZ 21.23 11 5.56 -
YUV 68.55 124.31 211.77 -
System Red Green Blue C M Y K H S L
Decimal 186 10 62 0 0.95 0.67 0.27 342.27 0.9 0.38
Hex BA A 3E 0 5F 43 1B 156 5A 26
Octal 272 12 76 0 137 103 33 526 132 46
Binary 10111010 1010 111110 0 1011111 1000011 11011 101010110 1011010 100110

Color Harmonies of #BA0A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A3E

Black with #BA0A3E

Text Example


Text Example

White with #BA0A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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