Html Css Color HEX #BA203D Cardinal

📋 copy color: '#BA203D'

red 186 ◦ green 32 ◦ blue 61

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

Shades of Cardinal #BA203D

Tints of Cardinal #BA203D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.47%

 BLUE value IS 61 (24.22% from 255) = 21.86%

R = 66.67%
G = 11.47%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA203D (or 0xBA203D) is known color: Cardinal. HEX triplet: BA, 20 and 3D. RGB value is (186,32,61). Sum of RGB (Red+Green+Blue) = 186+32+61=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA203D is #45DFC2. Grayscale: #515151. Windows color (decimal): -4579267 or 4006074. OLE color: 4006074.

HSL color Cylindrical-coordinate representation of color #BA203D: hue angle of 348.7º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA203D is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 32 61 -
CMYK 0 0.83 0.67 0.27
HSL 348.7º 0.71% 0.43% -
HSV(B) 348.7º 0.83% 0.73% -
XYZ 21.61 11.81 5.56 -
YUV 81.35 116.52 202.64 -
System Red Green Blue C M Y K H S L
Decimal 186 32 61 0 0.83 0.67 0.27 348.7 0.71 0.43
Hex BA 20 3D 0 53 43 1B 15D 47 2B
Octal 272 40 75 0 123 103 33 535 107 53
Binary 10111010 100000 111101 0 1010011 1000011 11011 101011101 1000111 101011

Color Harmonies of #BA203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA203D

Black with #BA203D

Text Example


Text Example

White with #BA203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA203D; }

 p { color: rgb(186,32,61); }

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

background-color css

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

 a { background-color: rgb(186,32,61); }

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

border-color css

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

 span { border-color: rgb(186,32,61); }

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