Html Css Color HEX #BA233B Cardinal

📋 copy color: '#BA233B'

red 186 ◦ green 35 ◦ blue 59

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

Shades of Cardinal #BA233B

Tints of Cardinal #BA233B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.5%

 BLUE value IS 59 (23.44% from 255) = 21.07%

R = 66.43%
G = 12.5%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA233B (or 0xBA233B) is known color: Cardinal. HEX triplet: BA, 23 and 3B. RGB value is (186,35,59). Sum of RGB (Red+Green+Blue) = 186+35+59=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA233B is #45DCC4. Grayscale: #525252. Windows color (decimal): -4578501 or 3875770. OLE color: 3875770.

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

Color convert

RGB 186 35 59 -
CMYK 0 0.81 0.68 0.27
HSL 350.46º 0.68% 0.43% -
HSV(B) 350.46º 0.81% 0.73% -
XYZ 21.64 11.96 5.31 -
YUV 82.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 186 35 59 0 0.81 0.68 0.27 350.46 0.68 0.43
Hex BA 23 3B 0 51 44 1B 15E 44 2B
Octal 272 43 73 0 121 104 33 536 104 53
Binary 10111010 100011 111011 0 1010001 1000100 11011 101011110 1000100 101011

Color Harmonies of #BA233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA233B

Black with #BA233B

Text Example


Text Example

White with #BA233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA233B; }

 p { color: rgb(186,35,59); }

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

background-color css

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

 a { background-color: rgb(186,35,59); }

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

border-color css

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

 span { border-color: rgb(186,35,59); }

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