Html Css Color HEX #BA232E Cardinal

📋 copy color: '#BA232E'

red 186 ◦ green 35 ◦ blue 46

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

Shades of Cardinal #BA232E

Tints of Cardinal #BA232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.23%

R = 69.66%
G = 13.11%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA232E (or 0xBA232E) is known color: Cardinal. HEX triplet: BA, 23 and 2E. RGB value is (186,35,46). Sum of RGB (Red+Green+Blue) = 186+35+46=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA232E is #45DCD1. Grayscale: #515151. Windows color (decimal): -4578514 or 3023802. OLE color: 3023802.

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

Color convert

RGB 186 35 46 -
CMYK 0 0.81 0.75 0.27
HSL 355.63º 0.68% 0.43% -
HSV(B) 355.63º 0.81% 0.73% -
XYZ 21.34 11.84 3.74 -
YUV 81.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 186 35 46 0 0.81 0.75 0.27 355.63 0.68 0.43
Hex BA 23 2E 0 51 4B 1B 164 44 2B
Octal 272 43 56 0 121 113 33 544 104 53
Binary 10111010 100011 101110 0 1010001 1001011 11011 101100100 1000100 101011

Color Harmonies of #BA232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA232E

Black with #BA232E

Text Example


Text Example

White with #BA232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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