Html Css Color HEX #BA0A36 Cardinal

📋 copy color: '#BA0A36'

red 186 ◦ green 10 ◦ blue 54

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

Shades of Cardinal #BA0A36

Tints of Cardinal #BA0A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.6%

R = 74.4%
G = 4%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA0A36 (or 0xBA0A36) is known color: Cardinal. HEX triplet: BA, 0A and 36. RGB value is (186,10,54). Sum of RGB (Red+Green+Blue) = 186+10+54=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A36 is #45F5C9. Grayscale: #434343. Windows color (decimal): -4584906 or 3541690. OLE color: 3541690.

HSL color Cylindrical-coordinate representation of color #BA0A36: hue angle of 345º 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 #BA0A36 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 10 54 -
CMYK 0 0.95 0.71 0.27
HSL 345º 0.9% 0.38% -
HSV(B) 345º 0.95% 0.73% -
XYZ 21.02 10.92 4.49 -
YUV 67.64 120.31 212.42 -
System Red Green Blue C M Y K H S L
Decimal 186 10 54 0 0.95 0.71 0.27 345 0.9 0.38
Hex BA A 36 0 5F 47 1B 159 5A 26
Octal 272 12 66 0 137 107 33 531 132 46
Binary 10111010 1010 110110 0 1011111 1000111 11011 101011001 1011010 100110

Color Harmonies of #BA0A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A36

Black with #BA0A36

Text Example


Text Example

White with #BA0A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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