Html Css Color HEX #BA0F39 Cardinal

📋 copy color: '#BA0F39'

red 186 ◦ green 15 ◦ blue 57

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

Shades of Cardinal #BA0F39

Tints of Cardinal #BA0F39

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.81%

 BLUE value IS 57 (22.66% from 255) = 22.09%

R = 72.09%
G = 5.81%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA0F39 (or 0xBA0F39) is known color: Cardinal. HEX triplet: BA, 0F and 39. RGB value is (186,15,57). Sum of RGB (Red+Green+Blue) = 186+15+57=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F39 is #45F0C6. Grayscale: #464646. Windows color (decimal): -4583623 or 3739578. OLE color: 3739578.

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

Color convert

RGB 186 15 57 -
CMYK 0 0.92 0.69 0.27
HSL 345.26º 0.85% 0.39% -
HSV(B) 345.26º 0.92% 0.73% -
XYZ 21.16 11.08 4.89 -
YUV 70.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 186 15 57 0 0.92 0.69 0.27 345.26 0.85 0.39
Hex BA F 39 0 5C 45 1B 159 55 27
Octal 272 17 71 0 134 105 33 531 125 47
Binary 10111010 1111 111001 0 1011100 1000101 11011 101011001 1010101 100111

Color Harmonies of #BA0F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0F39

Black with #BA0F39

Text Example


Text Example

White with #BA0F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0F39; }

 p { color: rgb(186,15,57); }

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

background-color css

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

 a { background-color: rgb(186,15,57); }

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

border-color css

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

 span { border-color: rgb(186,15,57); }

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