Html Css Color HEX #BA1B3B Cardinal

📋 copy color: '#BA1B3B'

red 186 ◦ green 27 ◦ blue 59

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

Shades of Cardinal #BA1B3B

Tints of Cardinal #BA1B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.69%

R = 68.38%
G = 9.93%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA1B3B (or 0xBA1B3B) is known color: Cardinal. HEX triplet: BA, 1B and 3B. RGB value is (186,27,59). Sum of RGB (Red+Green+Blue) = 186+27+59=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B3B is #45E4C4. Grayscale: #4E4E4E. Windows color (decimal): -4580549 or 3873722. OLE color: 3873722.

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

Color convert

RGB 186 27 59 -
CMYK 0 0.85 0.68 0.27
HSL 347.92º 0.75% 0.42% -
HSV(B) 347.92º 0.85% 0.73% -
XYZ 21.43 11.54 5.24 -
YUV 78.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 186 27 59 0 0.85 0.68 0.27 347.92 0.75 0.42
Hex BA 1B 3B 0 55 44 1B 15C 4B 2A
Octal 272 33 73 0 125 104 33 534 113 52
Binary 10111010 11011 111011 0 1010101 1000100 11011 101011100 1001011 101010

Color Harmonies of #BA1B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B3B

Black with #BA1B3B

Text Example


Text Example

White with #BA1B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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