Html Css Color HEX #BA1B2B Cardinal

📋 copy color: '#BA1B2B'

red 186 ◦ green 27 ◦ blue 43

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

Shades of Cardinal #BA1B2B

Tints of Cardinal #BA1B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 72.66%
G = 10.55%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA1B2B (or 0xBA1B2B) is known color: Cardinal. HEX triplet: BA, 1B and 2B. RGB value is (186,27,43). Sum of RGB (Red+Green+Blue) = 186+27+43=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B2B is #45E4D4. Grayscale: #4C4C4C. Windows color (decimal): -4580565 or 2825146. OLE color: 2825146.

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

Color convert

RGB 186 27 43 -
CMYK 0 0.85 0.77 0.27
HSL 353.96º 0.75% 0.42% -
HSV(B) 353.96º 0.85% 0.73% -
XYZ 21.08 11.4 3.37 -
YUV 76.37 109.18 206.2 -
System Red Green Blue C M Y K H S L
Decimal 186 27 43 0 0.85 0.77 0.27 353.96 0.75 0.42
Hex BA 1B 2B 0 55 4D 1B 162 4B 2A
Octal 272 33 53 0 125 115 33 542 113 52
Binary 10111010 11011 101011 0 1010101 1001101 11011 101100010 1001011 101010

Color Harmonies of #BA1B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B2B

Black with #BA1B2B

Text Example


Text Example

White with #BA1B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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