Html Css Color HEX #BA0338 Cardinal

📋 copy color: '#BA0338'

red 186 ◦ green 3 ◦ blue 56

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

Shades of Cardinal #BA0338

Tints of Cardinal #BA0338

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

 BLUE value IS 56 (22.27% from 255) = 22.86%

R = 75.92%
G = 1.22%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA0338 (or 0xBA0338) is known color: Cardinal. HEX triplet: BA, 03 and 38. RGB value is (186,3,56). Sum of RGB (Red+Green+Blue) = 186+3+56=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0338 is #45FCC7. Grayscale: #3F3F3F. Windows color (decimal): -4586696 or 3670970. OLE color: 3670970.

HSL color Cylindrical-coordinate representation of color #BA0338: hue angle of 342.62º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0338 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 3 56 -
CMYK 0 0.98 0.70 0.27
HSL 342.62º 0.97% 0.37% -
HSV(B) 342.62º 0.98% 0.73% -
XYZ 21 10.79 4.72 -
YUV 63.76 123.63 215.19 -
System Red Green Blue C M Y K H S L
Decimal 186 3 56 0 0.98 0.70 0.27 342.62 0.97 0.37
Hex BA 3 38 0 62 46 1B 157 61 25
Octal 272 3 70 0 142 106 33 527 141 45
Binary 10111010 11 111000 0 1100010 1000110 11011 101010111 1100001 100101

Color Harmonies of #BA0338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0338

Black with #BA0338

Text Example


Text Example

White with #BA0338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0338; }

 p { color: rgb(186,3,56); }

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

background-color css

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

 a { background-color: rgb(186,3,56); }

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

border-color css

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

 span { border-color: rgb(186,3,56); }

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