Html Css Color HEX #BA232B Cardinal

📋 copy color: '#BA232B'

red 186 ◦ green 35 ◦ blue 43

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

Shades of Cardinal #BA232B

Tints of Cardinal #BA232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.29%

R = 70.45%
G = 13.26%
B = 16.29%

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

#BA232B (or 0xBA232B) is known color: Cardinal. HEX triplet: BA, 23 and 2B. RGB value is (186,35,43). Sum of RGB (Red+Green+Blue) = 186+35+43=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA232B is #45DCD4. Grayscale: #515151. Windows color (decimal): -4578517 or 2827194. OLE color: 2827194.

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

Color convert

RGB 186 35 43 -
CMYK 0 0.81 0.77 0.27
HSL 356.82º 0.68% 0.43% -
HSV(B) 356.82º 0.81% 0.73% -
XYZ 21.29 11.82 3.44 -
YUV 81.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 186 35 43 0 0.81 0.77 0.27 356.82 0.68 0.43
Hex BA 23 2B 0 51 4D 1B 165 44 2B
Octal 272 43 53 0 121 115 33 545 104 53
Binary 10111010 100011 101011 0 1010001 1001101 11011 101100101 1000100 101011

Color Harmonies of #BA232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA232B

Black with #BA232B

Text Example


Text Example

White with #BA232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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