Html Css Color HEX #BA1D34 Cardinal

📋 copy color: '#BA1D34'

red 186 ◦ green 29 ◦ blue 52

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

Shades of Cardinal #BA1D34

Tints of Cardinal #BA1D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.48%

R = 69.66%
G = 10.86%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA1D34 (or 0xBA1D34) is known color: Cardinal. HEX triplet: BA, 1D and 34. RGB value is (186,29,52). Sum of RGB (Red+Green+Blue) = 186+29+52=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D34 is #45E2CB. Grayscale: #4E4E4E. Windows color (decimal): -4580044 or 3415482. OLE color: 3415482.

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

Color convert

RGB 186 29 52 -
CMYK 0 0.84 0.72 0.27
HSL 351.21º 0.73% 0.42% -
HSV(B) 351.21º 0.84% 0.73% -
XYZ 21.31 11.57 4.36 -
YUV 78.57 113.01 204.63 -
System Red Green Blue C M Y K H S L
Decimal 186 29 52 0 0.84 0.72 0.27 351.21 0.73 0.42
Hex BA 1D 34 0 54 48 1B 15F 49 2A
Octal 272 35 64 0 124 110 33 537 111 52
Binary 10111010 11101 110100 0 1010100 1001000 11011 101011111 1001001 101010

Color Harmonies of #BA1D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D34

Black with #BA1D34

Text Example


Text Example

White with #BA1D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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