Html Css Color HEX #BA133C Cardinal

📋 copy color: '#BA133C'

red 186 ◦ green 19 ◦ blue 60

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

Shades of Cardinal #BA133C

Tints of Cardinal #BA133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.64%

R = 70.19%
G = 7.17%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA133C (or 0xBA133C) is known color: Cardinal. HEX triplet: BA, 13 and 3C. RGB value is (186,19,60). Sum of RGB (Red+Green+Blue) = 186+19+60=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA133C is #45ECC3. Grayscale: #494949. Windows color (decimal): -4582596 or 3937210. OLE color: 3937210.

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

Color convert

RGB 186 19 60 -
CMYK 0 0.90 0.68 0.27
HSL 345.27º 0.81% 0.4% -
HSV(B) 345.27º 0.9% 0.73% -
XYZ 21.3 11.23 5.32 -
YUV 73.61 120.33 208.17 -
System Red Green Blue C M Y K H S L
Decimal 186 19 60 0 0.90 0.68 0.27 345.27 0.81 0.4
Hex BA 13 3C 0 5A 44 1B 159 51 28
Octal 272 23 74 0 132 104 33 531 121 50
Binary 10111010 10011 111100 0 1011010 1000100 11011 101011001 1010001 101000

Color Harmonies of #BA133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA133C

Black with #BA133C

Text Example


Text Example

White with #BA133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA133C; }

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

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

background-color css

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

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

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

border-color css

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

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

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