Html Css Color HEX #BA082D Cardinal

📋 copy color: '#BA082D'

red 186 ◦ green 8 ◦ blue 45

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

Shades of Cardinal #BA082D

Tints of Cardinal #BA082D

RGB

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

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

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

R = 77.82%
G = 3.35%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA082D (or 0xBA082D) is known color: Cardinal. HEX triplet: BA, 08 and 2D. RGB value is (186,8,45). Sum of RGB (Red+Green+Blue) = 186+8+45=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA082D is #45F7D2. Grayscale: #414141. Windows color (decimal): -4585427 or 2951354. OLE color: 2951354.

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

Color convert

RGB 186 8 45 -
CMYK 0 0.96 0.76 0.27
HSL 347.53º 0.92% 0.38% -
HSV(B) 347.53º 0.96% 0.73% -
XYZ 20.81 10.8 3.47 -
YUV 65.44 116.47 213.99 -
System Red Green Blue C M Y K H S L
Decimal 186 8 45 0 0.96 0.76 0.27 347.53 0.92 0.38
Hex BA 8 2D 0 60 4C 1B 15C 5C 26
Octal 272 10 55 0 140 114 33 534 134 46
Binary 10111010 1000 101101 0 1100000 1001100 11011 101011100 1011100 100110

Color Harmonies of #BA082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA082D

Black with #BA082D

Text Example


Text Example

White with #BA082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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