Html Css Color HEX #BA073A Cardinal

📋 copy color: '#BA073A'

red 186 ◦ green 7 ◦ blue 58

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

Shades of Cardinal #BA073A

Tints of Cardinal #BA073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.79%

 BLUE value IS 58 (23.05% from 255) = 23.11%

R = 74.1%
G = 2.79%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA073A (or 0xBA073A) is known color: Cardinal. HEX triplet: BA, 07 and 3A. RGB value is (186,7,58). Sum of RGB (Red+Green+Blue) = 186+7+58=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA073A is #45F8C5. Grayscale: #424242. Windows color (decimal): -4585670 or 3803066. OLE color: 3803066.

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

Color convert

RGB 186 7 58 -
CMYK 0 0.96 0.69 0.27
HSL 342.91º 0.93% 0.38% -
HSV(B) 342.91º 0.96% 0.73% -
XYZ 21.09 10.9 4.99 -
YUV 66.34 123.3 213.35 -
System Red Green Blue C M Y K H S L
Decimal 186 7 58 0 0.96 0.69 0.27 342.91 0.93 0.38
Hex BA 7 3A 0 60 45 1B 157 5D 26
Octal 272 7 72 0 140 105 33 527 135 46
Binary 10111010 111 111010 0 1100000 1000101 11011 101010111 1011101 100110

Color Harmonies of #BA073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA073A

Black with #BA073A

Text Example


Text Example

White with #BA073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA073A; }

 p { color: rgb(186,7,58); }

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

background-color css

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

 a { background-color: rgb(186,7,58); }

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

border-color css

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

 span { border-color: rgb(186,7,58); }

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