Html Css Color HEX #BA1B2D Cardinal

📋 copy color: '#BA1B2D'

red 186 ◦ green 27 ◦ blue 45

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

Shades of Cardinal #BA1B2D

Tints of Cardinal #BA1B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.44%

R = 72.09%
G = 10.47%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA1B2D (or 0xBA1B2D) is known color: Cardinal. HEX triplet: BA, 1B and 2D. RGB value is (186,27,45). Sum of RGB (Red+Green+Blue) = 186+27+45=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B2D is #45E4D2. Grayscale: #4C4C4C. Windows color (decimal): -4580563 or 2956218. OLE color: 2956218.

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

Color convert

RGB 186 27 45 -
CMYK 0 0.85 0.76 0.27
HSL 353.21º 0.75% 0.42% -
HSV(B) 353.21º 0.85% 0.73% -
XYZ 21.12 11.41 3.57 -
YUV 76.59 110.18 206.04 -
System Red Green Blue C M Y K H S L
Decimal 186 27 45 0 0.85 0.76 0.27 353.21 0.75 0.42
Hex BA 1B 2D 0 55 4C 1B 161 4B 2A
Octal 272 33 55 0 125 114 33 541 113 52
Binary 10111010 11011 101101 0 1010101 1001100 11011 101100001 1001011 101010

Color Harmonies of #BA1B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B2D

Black with #BA1B2D

Text Example


Text Example

White with #BA1B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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