Html Css Color HEX #BA083E Cardinal

📋 copy color: '#BA083E'

red 186 ◦ green 8 ◦ blue 62

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

Shades of Cardinal #BA083E

Tints of Cardinal #BA083E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.22%

R = 72.66%
G = 3.13%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA083E (or 0xBA083E) is known color: Cardinal. HEX triplet: BA, 08 and 3E. RGB value is (186,8,62). Sum of RGB (Red+Green+Blue) = 186+8+62=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA083E is #45F7C1. Grayscale: #434343. Windows color (decimal): -4585410 or 4065466. OLE color: 4065466.

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

Color convert

RGB 186 8 62 -
CMYK 0 0.96 0.67 0.27
HSL 341.8º 0.92% 0.38% -
HSV(B) 341.8º 0.96% 0.73% -
XYZ 21.21 10.96 5.56 -
YUV 67.38 124.97 212.61 -
System Red Green Blue C M Y K H S L
Decimal 186 8 62 0 0.96 0.67 0.27 341.8 0.92 0.38
Hex BA 8 3E 0 60 43 1B 156 5C 26
Octal 272 10 76 0 140 103 33 526 134 46
Binary 10111010 1000 111110 0 1100000 1000011 11011 101010110 1011100 100110

Color Harmonies of #BA083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA083E

Black with #BA083E

Text Example


Text Example

White with #BA083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA083E; }

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

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

background-color css

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

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

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

border-color css

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

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

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