Html Css Color HEX #BA233F Cardinal

📋 copy color: '#BA233F'

red 186 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #BA233F

Tints of Cardinal #BA233F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.18%

R = 65.49%
G = 12.32%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA233F (or 0xBA233F) is known color: Cardinal. HEX triplet: BA, 23 and 3F. RGB value is (186,35,63). Sum of RGB (Red+Green+Blue) = 186+35+63=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA233F is #45DCC0. Grayscale: #535353. Windows color (decimal): -4578497 or 4137914. OLE color: 4137914.

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

Color convert

RGB 186 35 63 -
CMYK 0 0.81 0.66 0.27
HSL 348.87º 0.68% 0.43% -
HSV(B) 348.87º 0.81% 0.73% -
XYZ 21.75 12 5.87 -
YUV 83.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 186 35 63 0 0.81 0.66 0.27 348.87 0.68 0.43
Hex BA 23 3F 0 51 42 1B 15D 44 2B
Octal 272 43 77 0 121 102 33 535 104 53
Binary 10111010 100011 111111 0 1010001 1000010 11011 101011101 1000100 101011

Color Harmonies of #BA233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA233F

Black with #BA233F

Text Example


Text Example

White with #BA233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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