Html Css Color HEX #BA232D Cardinal

📋 copy color: '#BA232D'

red 186 ◦ green 35 ◦ blue 45

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

Shades of Cardinal #BA232D

Tints of Cardinal #BA232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.92%

R = 69.92%
G = 13.16%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA232D (or 0xBA232D) is known color: Cardinal. HEX triplet: BA, 23 and 2D. RGB value is (186,35,45). Sum of RGB (Red+Green+Blue) = 186+35+45=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA232D is #45DCD2. Grayscale: #515151. Windows color (decimal): -4578515 or 2958266. OLE color: 2958266.

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

Color convert

RGB 186 35 45 -
CMYK 0 0.81 0.76 0.27
HSL 356.03º 0.68% 0.43% -
HSV(B) 356.03º 0.81% 0.73% -
XYZ 21.32 11.83 3.64 -
YUV 81.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 186 35 45 0 0.81 0.76 0.27 356.03 0.68 0.43
Hex BA 23 2D 0 51 4C 1B 164 44 2B
Octal 272 43 55 0 121 114 33 544 104 53
Binary 10111010 100011 101101 0 1010001 1001100 11011 101100100 1000100 101011

Color Harmonies of #BA232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA232D

Black with #BA232D

Text Example


Text Example

White with #BA232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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