Html Css Color HEX #BA134B Cardinal

📋 copy color: '#BA134B'

red 186 ◦ green 19 ◦ blue 75

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

Shades of Cardinal #BA134B

Tints of Cardinal #BA134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

 BLUE value IS 75 (29.69% from 255) = 26.79%

R = 66.43%
G = 6.79%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA134B (or 0xBA134B) is known color: Cardinal. HEX triplet: BA, 13 and 4B. RGB value is (186,19,75). Sum of RGB (Red+Green+Blue) = 186+19+75=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA134B is #45ECB4. Grayscale: #4B4B4B. Windows color (decimal): -4582581 or 4920250. OLE color: 4920250.

HSL color Cylindrical-coordinate representation of color #BA134B: hue angle of 339.88º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA134B is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 19 75 -
CMYK 0 0.90 0.60 0.27
HSL 339.88º 0.81% 0.4% -
HSV(B) 339.88º 0.9% 0.73% -
XYZ 21.75 11.41 7.71 -
YUV 75.32 127.83 206.95 -
System Red Green Blue C M Y K H S L
Decimal 186 19 75 0 0.90 0.60 0.27 339.88 0.81 0.4
Hex BA 13 4B 0 5A 3C 1B 154 51 28
Octal 272 23 113 0 132 74 33 524 121 50
Binary 10111010 10011 1001011 0 1011010 111100 11011 101010100 1010001 101000

Color Harmonies of #BA134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA134B

Black with #BA134B

Text Example


Text Example

White with #BA134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA134B; }

 p { color: rgb(186,19,75); }

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

background-color css

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

 a { background-color: rgb(186,19,75); }

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

border-color css

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

 span { border-color: rgb(186,19,75); }

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