Html Css Color HEX #BA2834 Cardinal

📋 copy color: '#BA2834'

red 186 ◦ green 40 ◦ blue 52

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

Shades of Cardinal #BA2834

Tints of Cardinal #BA2834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

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

R = 66.91%
G = 14.39%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA2834 (or 0xBA2834) is known color: Cardinal. HEX triplet: BA, 28 and 34. RGB value is (186,40,52). Sum of RGB (Red+Green+Blue) = 186+40+52=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2834 is #45D7CB. Grayscale: #555555. Windows color (decimal): -4577228 or 3418298. OLE color: 3418298.

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

Color convert

RGB 186 40 52 -
CMYK 0 0.78 0.72 0.27
HSL 355.07º 0.65% 0.44% -
HSV(B) 355.07º 0.78% 0.73% -
XYZ 21.63 12.2 4.46 -
YUV 85.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 186 40 52 0 0.78 0.72 0.27 355.07 0.65 0.44
Hex BA 28 34 0 4E 48 1B 163 41 2C
Octal 272 50 64 0 116 110 33 543 101 54
Binary 10111010 101000 110100 0 1001110 1001000 11011 101100011 1000001 101100

Color Harmonies of #BA2834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2834

Black with #BA2834

Text Example


Text Example

White with #BA2834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2834; }

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

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

background-color css

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

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

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

border-color css

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

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

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