Html Css Color HEX #BA1B32 Cardinal

📋 copy color: '#BA1B32'

red 186 ◦ green 27 ◦ blue 50

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

Shades of Cardinal #BA1B32

Tints of Cardinal #BA1B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 70.72%
G = 10.27%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA1B32 (or 0xBA1B32) is known color: Cardinal. HEX triplet: BA, 1B and 32. RGB value is (186,27,50). Sum of RGB (Red+Green+Blue) = 186+27+50=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B32 is #45E4CD. Grayscale: #4D4D4D. Windows color (decimal): -4580558 or 3283898. OLE color: 3283898.

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

Color convert

RGB 186 27 50 -
CMYK 0 0.85 0.73 0.27
HSL 351.32º 0.75% 0.42% -
HSV(B) 351.32º 0.85% 0.73% -
XYZ 21.22 11.45 4.11 -
YUV 77.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 186 27 50 0 0.85 0.73 0.27 351.32 0.75 0.42
Hex BA 1B 32 0 55 49 1B 15F 4B 2A
Octal 272 33 62 0 125 111 33 537 113 52
Binary 10111010 11011 110010 0 1010101 1001001 11011 101011111 1001011 101010

Color Harmonies of #BA1B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B32

Black with #BA1B32

Text Example


Text Example

White with #BA1B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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