Html Css Color HEX #BA0B41 Cardinal

📋 copy color: '#BA0B41'

red 186 ◦ green 11 ◦ blue 65

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

Shades of Cardinal #BA0B41

Tints of Cardinal #BA0B41

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.2%

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 70.99%
G = 4.2%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA0B41 (or 0xBA0B41) is known color: Cardinal. HEX triplet: BA, 0B and 41. RGB value is (186,11,65). Sum of RGB (Red+Green+Blue) = 186+11+65=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0B41 is #45F4BE. Grayscale: #454545. Windows color (decimal): -4584639 or 4262842. OLE color: 4262842.

HSL color Cylindrical-coordinate representation of color #BA0B41: hue angle of 341.49º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0B41 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 11 65 -
CMYK 0 0.94 0.65 0.27
HSL 341.49º 0.89% 0.39% -
HSV(B) 341.49º 0.94% 0.73% -
XYZ 21.32 11.06 6.01 -
YUV 69.48 125.48 211.11 -
System Red Green Blue C M Y K H S L
Decimal 186 11 65 0 0.94 0.65 0.27 341.49 0.89 0.39
Hex BA B 41 0 5E 41 1B 155 59 27
Octal 272 13 101 0 136 101 33 525 131 47
Binary 10111010 1011 1000001 0 1011110 1000001 11011 101010101 1011001 100111

Color Harmonies of #BA0B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0B41

Black with #BA0B41

Text Example


Text Example

White with #BA0B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0B41; }

 p { color: rgb(186,11,65); }

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

background-color css

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

 a { background-color: rgb(186,11,65); }

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

border-color css

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

 span { border-color: rgb(186,11,65); }

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