Html Css Color HEX #BA1D33 Cardinal

📋 copy color: '#BA1D33'

red 186 ◦ green 29 ◦ blue 51

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

Shades of Cardinal #BA1D33

Tints of Cardinal #BA1D33

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.9%

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 69.92%
G = 10.9%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA1D33 (or 0xBA1D33) is known color: Cardinal. HEX triplet: BA, 1D and 33. RGB value is (186,29,51). Sum of RGB (Red+Green+Blue) = 186+29+51=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D33 is #45E2CC. Grayscale: #4E4E4E. Windows color (decimal): -4580045 or 3349946. OLE color: 3349946.

HSL color Cylindrical-coordinate representation of color #BA1D33: hue angle of 351.59º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D33 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 29 51 -
CMYK 0 0.84 0.73 0.27
HSL 351.59º 0.73% 0.42% -
HSV(B) 351.59º 0.84% 0.73% -
XYZ 21.29 11.56 4.24 -
YUV 78.45 112.51 204.71 -
System Red Green Blue C M Y K H S L
Decimal 186 29 51 0 0.84 0.73 0.27 351.59 0.73 0.42
Hex BA 1D 33 0 54 49 1B 160 49 2A
Octal 272 35 63 0 124 111 33 540 111 52
Binary 10111010 11101 110011 0 1010100 1001001 11011 101100000 1001001 101010

Color Harmonies of #BA1D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D33

Black with #BA1D33

Text Example


Text Example

White with #BA1D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D33; }

 p { color: rgb(186,29,51); }

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

background-color css

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

 a { background-color: rgb(186,29,51); }

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

border-color css

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

 span { border-color: rgb(186,29,51); }

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