Html Css Color HEX #BA1B3F Cardinal

📋 copy color: '#BA1B3F'

red 186 ◦ green 27 ◦ blue 63

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

Shades of Cardinal #BA1B3F

Tints of Cardinal #BA1B3F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.78%

 BLUE value IS 63 (25% from 255) = 22.83%

R = 67.39%
G = 9.78%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA1B3F (or 0xBA1B3F) is known color: Cardinal. HEX triplet: BA, 1B and 3F. RGB value is (186,27,63). Sum of RGB (Red+Green+Blue) = 186+27+63=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B3F is #45E4C0. Grayscale: #4E4E4E. Windows color (decimal): -4580545 or 4135866. OLE color: 4135866.

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

Color convert

RGB 186 27 63 -
CMYK 0 0.85 0.66 0.27
HSL 346.42º 0.75% 0.42% -
HSV(B) 346.42º 0.85% 0.73% -
XYZ 21.54 11.58 5.8 -
YUV 78.65 119.18 204.57 -
System Red Green Blue C M Y K H S L
Decimal 186 27 63 0 0.85 0.66 0.27 346.42 0.75 0.42
Hex BA 1B 3F 0 55 42 1B 15A 4B 2A
Octal 272 33 77 0 125 102 33 532 113 52
Binary 10111010 11011 111111 0 1010101 1000010 11011 101011010 1001011 101010

Color Harmonies of #BA1B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B3F

Black with #BA1B3F

Text Example


Text Example

White with #BA1B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B3F; }

 p { color: rgb(186,27,63); }

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

background-color css

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

 a { background-color: rgb(186,27,63); }

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

border-color css

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

 span { border-color: rgb(186,27,63); }

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