Html Css Color HEX #BA0F2A Cardinal

📋 copy color: '#BA0F2A'

red 186 ◦ green 15 ◦ blue 42

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

Shades of Cardinal #BA0F2A

Tints of Cardinal #BA0F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 76.54%
G = 6.17%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA0F2A (or 0xBA0F2A) is known color: Cardinal. HEX triplet: BA, 0F and 2A. RGB value is (186,15,42). Sum of RGB (Red+Green+Blue) = 186+15+42=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F2A is #45F0D5. Grayscale: #454545. Windows color (decimal): -4583638 or 2756538. OLE color: 2756538.

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

Color convert

RGB 186 15 42 -
CMYK 0 0.92 0.77 0.27
HSL 350.53º 0.85% 0.39% -
HSV(B) 350.53º 0.92% 0.73% -
XYZ 20.84 10.95 3.21 -
YUV 69.21 112.65 211.3 -
System Red Green Blue C M Y K H S L
Decimal 186 15 42 0 0.92 0.77 0.27 350.53 0.85 0.39
Hex BA F 2A 0 5C 4D 1B 15F 55 27
Octal 272 17 52 0 134 115 33 537 125 47
Binary 10111010 1111 101010 0 1011100 1001101 11011 101011111 1010101 100111

Color Harmonies of #BA0F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0F2A

Black with #BA0F2A

Text Example


Text Example

White with #BA0F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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