Html Css Color HEX #BA182B Cardinal

📋 copy color: '#BA182B'

red 186 ◦ green 24 ◦ blue 43

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

Shades of Cardinal #BA182B

Tints of Cardinal #BA182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.49%

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

R = 73.52%
G = 9.49%
B = 17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA182B (or 0xBA182B) is known color: Cardinal. HEX triplet: BA, 18 and 2B. RGB value is (186,24,43). Sum of RGB (Red+Green+Blue) = 186+24+43=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA182B is #45E7D4. Grayscale: #4A4A4A. Windows color (decimal): -4581333 or 2824378. OLE color: 2824378.

HSL color Cylindrical-coordinate representation of color #BA182B: hue angle of 352.96º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA182B is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 24 43 -
CMYK 0 0.87 0.77 0.27
HSL 352.96º 0.77% 0.41% -
HSV(B) 352.96º 0.87% 0.73% -
XYZ 21.01 11.27 3.35 -
YUV 74.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 186 24 43 0 0.87 0.77 0.27 352.96 0.77 0.41
Hex BA 18 2B 0 57 4D 1B 161 4D 29
Octal 272 30 53 0 127 115 33 541 115 51
Binary 10111010 11000 101011 0 1010111 1001101 11011 101100001 1001101 101001

Color Harmonies of #BA182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA182B

Black with #BA182B

Text Example


Text Example

White with #BA182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA182B; }

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

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

background-color css

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

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

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

border-color css

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

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

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