Html Css Color HEX #BA0F4D Cardinal

📋 copy color: '#BA0F4D'

red 186 ◦ green 15 ◦ blue 77

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

Shades of Cardinal #BA0F4D

Tints of Cardinal #BA0F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.7%

R = 66.91%
G = 5.4%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA0F4D (or 0xBA0F4D) is known color: Cardinal. HEX triplet: BA, 0F and 4D. RGB value is (186,15,77). Sum of RGB (Red+Green+Blue) = 186+15+77=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0F4D is #45F0B2. Grayscale: #494949. Windows color (decimal): -4583603 or 5050298. OLE color: 5050298.

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

Color convert

RGB 186 15 77 -
CMYK 0 0.92 0.59 0.27
HSL 338.25º 0.85% 0.39% -
HSV(B) 338.25º 0.92% 0.73% -
XYZ 21.76 11.32 8.06 -
YUV 73.2 130.15 208.46 -
System Red Green Blue C M Y K H S L
Decimal 186 15 77 0 0.92 0.59 0.27 338.25 0.85 0.39
Hex BA F 4D 0 5C 3B 1B 152 55 27
Octal 272 17 115 0 134 73 33 522 125 47
Binary 10111010 1111 1001101 0 1011100 111011 11011 101010010 1010101 100111

Color Harmonies of #BA0F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0F4D

Black with #BA0F4D

Text Example


Text Example

White with #BA0F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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