Html Css Color HEX #BA0F42 Cardinal

📋 copy color: '#BA0F42'

red 186 ◦ green 15 ◦ blue 66

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

Shades of Cardinal #BA0F42

Tints of Cardinal #BA0F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.72%

R = 69.66%
G = 5.62%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA0F42 (or 0xBA0F42) is known color: Cardinal. HEX triplet: BA, 0F and 42. RGB value is (186,15,66). Sum of RGB (Red+Green+Blue) = 186+15+66=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F42 is #45F0BD. Grayscale: #474747. Windows color (decimal): -4583614 or 4329402. OLE color: 4329402.

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

Color convert

RGB 186 15 66 -
CMYK 0 0.92 0.65 0.27
HSL 342.11º 0.85% 0.39% -
HSV(B) 342.11º 0.92% 0.73% -
XYZ 21.4 11.17 6.18 -
YUV 71.94 124.65 209.35 -
System Red Green Blue C M Y K H S L
Decimal 186 15 66 0 0.92 0.65 0.27 342.11 0.85 0.39
Hex BA F 42 0 5C 41 1B 156 55 27
Octal 272 17 102 0 134 101 33 526 125 47
Binary 10111010 1111 1000010 0 1011100 1000001 11011 101010110 1010101 100111

Color Harmonies of #BA0F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0F42

Black with #BA0F42

Text Example


Text Example

White with #BA0F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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