Html Css Color HEX #BA2433 Cardinal

📋 copy color: '#BA2433'

red 186 ◦ green 36 ◦ blue 51

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

Shades of Cardinal #BA2433

Tints of Cardinal #BA2433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.19%

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

R = 68.13%
G = 13.19%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA2433 (or 0xBA2433) is known color: Cardinal. HEX triplet: BA, 24 and 33. RGB value is (186,36,51). Sum of RGB (Red+Green+Blue) = 186+36+51=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2433 is #45DBCC. Grayscale: #525252. Windows color (decimal): -4578253 or 3351738. OLE color: 3351738.

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

Color convert

RGB 186 36 51 -
CMYK 0 0.81 0.73 0.27
HSL 354º 0.68% 0.44% -
HSV(B) 354º 0.81% 0.73% -
XYZ 21.48 11.94 4.3 -
YUV 82.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 186 36 51 0 0.81 0.73 0.27 354 0.68 0.44
Hex BA 24 33 0 51 49 1B 162 44 2C
Octal 272 44 63 0 121 111 33 542 104 54
Binary 10111010 100100 110011 0 1010001 1001001 11011 101100010 1000100 101100

Color Harmonies of #BA2433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2433

Black with #BA2433

Text Example


Text Example

White with #BA2433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2433; }

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

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

background-color css

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

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

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

border-color css

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

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

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