Html Css Color HEX #BA0330 Cardinal

📋 copy color: '#BA0330'

red 186 ◦ green 3 ◦ blue 48

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

Shades of Cardinal #BA0330

Tints of Cardinal #BA0330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.25%

R = 78.48%
G = 1.27%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA0330 (or 0xBA0330) is known color: Cardinal. HEX triplet: BA, 03 and 30. RGB value is (186,3,48). Sum of RGB (Red+Green+Blue) = 186+3+48=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0330 is #45FCCF. Grayscale: #3E3E3E. Windows color (decimal): -4586704 or 3146682. OLE color: 3146682.

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

Color convert

RGB 186 3 48 -
CMYK 0 0.98 0.74 0.27
HSL 345.25º 0.97% 0.37% -
HSV(B) 345.25º 0.98% 0.73% -
XYZ 20.82 10.72 3.77 -
YUV 62.85 119.63 215.84 -
System Red Green Blue C M Y K H S L
Decimal 186 3 48 0 0.98 0.74 0.27 345.25 0.97 0.37
Hex BA 3 30 0 62 4A 1B 159 61 25
Octal 272 3 60 0 142 112 33 531 141 45
Binary 10111010 11 110000 0 1100010 1001010 11011 101011001 1100001 100101

Color Harmonies of #BA0330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0330

Black with #BA0330

Text Example


Text Example

White with #BA0330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0330; }

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

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

background-color css

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

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

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

border-color css

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

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

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