Html Css Color HEX #BA003B Cardinal

📋 copy color: '#BA003B'

red 186 ◦ green 0 ◦ blue 59

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

Shades of Cardinal #BA003B

Tints of Cardinal #BA003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 59 (23.44% from 255) = 24.08%

R = 75.92%
G = 0%
B = 24.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA003B (or 0xBA003B) is known color: Cardinal. HEX triplet: BA, 00 and 3B. RGB value is (186,0,59). Sum of RGB (Red+Green+Blue) = 186+0+59=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA003B is #45FFC4. Grayscale: #3E3E3E. Windows color (decimal): -4587461 or 3866810. OLE color: 3866810.

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

Color convert

RGB 186 0 59 -
CMYK 0 1 0.68 0.27
HSL 340.97º 1% 0.36% -
HSV(B) 340.97º 1% 0.73% -
XYZ 21.04 10.75 5.1 -
YUV 62.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 186 0 59 0 1 0.68 0.27 340.97 1 0.36
Hex BA 0 3B 0 64 44 1B 155 64 24
Octal 272 0 73 0 144 104 33 525 144 44
Binary 10111010 0 111011 0 1100100 1000100 11011 101010101 1100100 100100

Color Harmonies of #BA003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA003B

Black with #BA003B

Text Example


Text Example

White with #BA003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA003B; }

 p { color: rgb(186,0,59); }

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

background-color css

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

 a { background-color: rgb(186,0,59); }

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

border-color css

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

 span { border-color: rgb(186,0,59); }

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