Html Css Color HEX #BA2833 Cardinal

📋 copy color: '#BA2833'

red 186 ◦ green 40 ◦ blue 51

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

Shades of Cardinal #BA2833

Tints of Cardinal #BA2833

RGB

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

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

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

R = 67.15%
G = 14.44%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA2833 (or 0xBA2833) is known color: Cardinal. HEX triplet: BA, 28 and 33. RGB value is (186,40,51). Sum of RGB (Red+Green+Blue) = 186+40+51=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2833 is #45D7CC. Grayscale: #555555. Windows color (decimal): -4577229 or 3352762. OLE color: 3352762.

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

Color convert

RGB 186 40 51 -
CMYK 0 0.78 0.73 0.27
HSL 355.48º 0.65% 0.44% -
HSV(B) 355.48º 0.78% 0.73% -
XYZ 21.61 12.2 4.35 -
YUV 84.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 186 40 51 0 0.78 0.73 0.27 355.48 0.65 0.44
Hex BA 28 33 0 4E 49 1B 163 41 2C
Octal 272 50 63 0 116 111 33 543 101 54
Binary 10111010 101000 110011 0 1001110 1001001 11011 101100011 1000001 101100

Color Harmonies of #BA2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2833

Black with #BA2833

Text Example


Text Example

White with #BA2833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2833; }

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

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

background-color css

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

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

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

border-color css

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

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

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