Html Css Color HEX #BA232A Cardinal

📋 copy color: '#BA232A'

red 186 ◦ green 35 ◦ blue 42

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

Shades of Cardinal #BA232A

Tints of Cardinal #BA232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 70.72%
G = 13.31%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA232A (or 0xBA232A) is known color: Cardinal. HEX triplet: BA, 23 and 2A. RGB value is (186,35,42). Sum of RGB (Red+Green+Blue) = 186+35+42=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA232A is #45DCD5. Grayscale: #515151. Windows color (decimal): -4578518 or 2761658. OLE color: 2761658.

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

Color convert

RGB 186 35 42 -
CMYK 0 0.81 0.77 0.27
HSL 357.22º 0.68% 0.43% -
HSV(B) 357.22º 0.81% 0.73% -
XYZ 21.27 11.81 3.35 -
YUV 80.95 106.03 202.93 -
System Red Green Blue C M Y K H S L
Decimal 186 35 42 0 0.81 0.77 0.27 357.22 0.68 0.43
Hex BA 23 2A 0 51 4D 1B 165 44 2B
Octal 272 43 52 0 121 115 33 545 104 53
Binary 10111010 100011 101010 0 1010001 1001101 11011 101100101 1000100 101011

Color Harmonies of #BA232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA232A

Black with #BA232A

Text Example


Text Example

White with #BA232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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