Html Css Color HEX #BA2733 Cardinal

📋 copy color: '#BA2733'

red 186 ◦ green 39 ◦ blue 51

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

Shades of Cardinal #BA2733

Tints of Cardinal #BA2733

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.13%

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

R = 67.39%
G = 14.13%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA2733 (or 0xBA2733) is known color: Cardinal. HEX triplet: BA, 27 and 33. RGB value is (186,39,51). Sum of RGB (Red+Green+Blue) = 186+39+51=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2733 is #45D8CC. Grayscale: #545454. Windows color (decimal): -4577485 or 3352506. OLE color: 3352506.

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

Color convert

RGB 186 39 51 -
CMYK 0 0.79 0.73 0.27
HSL 355.1º 0.65% 0.44% -
HSV(B) 355.1º 0.79% 0.73% -
XYZ 21.57 12.13 4.34 -
YUV 84.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 186 39 51 0 0.79 0.73 0.27 355.1 0.65 0.44
Hex BA 27 33 0 4F 49 1B 163 41 2C
Octal 272 47 63 0 117 111 33 543 101 54
Binary 10111010 100111 110011 0 1001111 1001001 11011 101100011 1000001 101100

Color Harmonies of #BA2733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2733

Black with #BA2733

Text Example


Text Example

White with #BA2733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2733; }

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

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

background-color css

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

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

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

border-color css

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

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

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