Html Css Color HEX #BA082E Cardinal

📋 copy color: '#BA082E'

red 186 ◦ green 8 ◦ blue 46

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

Shades of Cardinal #BA082E

Tints of Cardinal #BA082E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

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

R = 77.5%
G = 3.33%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA082E (or 0xBA082E) is known color: Cardinal. HEX triplet: BA, 08 and 2E. RGB value is (186,8,46). Sum of RGB (Red+Green+Blue) = 186+8+46=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA082E is #45F7D1. Grayscale: #414141. Windows color (decimal): -4585426 or 3016890. OLE color: 3016890.

HSL color Cylindrical-coordinate representation of color #BA082E: hue angle of 347.19º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA082E is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 8 46 -
CMYK 0 0.96 0.75 0.27
HSL 347.19º 0.92% 0.38% -
HSV(B) 347.19º 0.96% 0.73% -
XYZ 20.83 10.81 3.57 -
YUV 65.55 116.97 213.91 -
System Red Green Blue C M Y K H S L
Decimal 186 8 46 0 0.96 0.75 0.27 347.19 0.92 0.38
Hex BA 8 2E 0 60 4B 1B 15B 5C 26
Octal 272 10 56 0 140 113 33 533 134 46
Binary 10111010 1000 101110 0 1100000 1001011 11011 101011011 1011100 100110

Color Harmonies of #BA082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA082E

Black with #BA082E

Text Example


Text Example

White with #BA082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA082E; }

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

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

background-color css

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

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

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

border-color css

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

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

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